Skip to content

Commit 3cb8a56

Browse files
committed
chore: add ossf plugin
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent 6b961b6 commit 3cb8a56

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ steps:
2727
tty: true
2828
command: ["bats", "tests", "tests/v1"]
2929

30+
- label: "Security Scan"
31+
key: security_scan
32+
plugins:
33+
- secrets#v1.0.0:
34+
variables:
35+
GITHUB_TOKEN: GITHUB_TOKEN
36+
- ossf-scorecard#v1.0.0:
37+
github_token: $$GITHUB_TOKEN
38+
3039
# The rest of the steps are integration tests
3140

3241
- label: run, with links that fail

0 commit comments

Comments
 (0)