We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3c5855 + 435f084 commit b9672f2Copy full SHA for b9672f2
1 file changed
.buildkite/pipeline.yml
@@ -13,7 +13,16 @@ steps:
13
- shellcheck#v1.4.0:
14
files: hooks/**
15
16
- - wait
+ - label: "Security Scan"
17
+ key: security_scan
18
+ plugins:
19
+ - secrets#v1.0.0:
20
+ variables:
21
+ GITHUB_TOKEN: GITHUB_TOKEN
22
+ - ossf-scorecard#v1.0.0:
23
+ github_token: $$GITHUB_TOKEN
24
+
25
+ - wait: ~
26
27
- label: test uploading
28
key: upload
@@ -47,4 +56,4 @@ steps:
47
56
from: '.buildkite/pipeline.yml'
48
57
to: 'test-pipeline.yml'
49
58
compressed: artifact.tgz
50
- command: test -e test-pipeline.yml
59
+ command: test -e test-pipeline.yml
0 commit comments