Skip to content

Commit b9672f2

Browse files
authored
Merge pull request #109 from buildkite-plugins/SUP-4199
chore: add ossf plugin
2 parents d3c5855 + 435f084 commit b9672f2

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ steps:
1313
- shellcheck#v1.4.0:
1414
files: hooks/**
1515

16-
- wait
16+
- 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: ~
1726

1827
- label: test uploading
1928
key: upload
@@ -47,4 +56,4 @@ steps:
4756
from: '.buildkite/pipeline.yml'
4857
to: 'test-pipeline.yml'
4958
compressed: artifact.tgz
50-
command: test -e test-pipeline.yml
59+
command: test -e test-pipeline.yml

0 commit comments

Comments
 (0)