Skip to content

Commit 435f084

Browse files
committed
chore: add ossf plugin
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent d3c5855 commit 435f084

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)