We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163723b commit 6ed0afdCopy full SHA for 6ed0afd
1 file changed
.buildkite/pipeline.yml
@@ -16,7 +16,17 @@ steps:
16
plugins:
17
- plugin-tester#v1.2.0: ~
18
19
- - wait
+ - label: "Security Scan"
20
+ key: security_scan
21
+ plugins:
22
+ - secrets#v1.0.0:
23
+ variables:
24
+ GITHUB_TOKEN: GITHUB_TOKEN
25
+ - ossf-scorecard#v1.0.0:
26
+ github_token: $$GITHUB_TOKEN
27
+
28
+ - wait: ~
29
30
- label: run the plugin
31
command: "echo hello world"
32
0 commit comments