Skip to content

Commit ee1e7d5

Browse files
committed
feat: ossf scanning
Signed-off-by: Ben McNicholl <[email protected]>
1 parent 2563f8a commit ee1e7d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ steps:
1717
plugins:
1818
- shellcheck#v1.4.0:
1919
files: hooks/*
20+
21+
- label: "Security Scan"
22+
key: security_scan
23+
plugins:
24+
- secrets#v1.0.0:
25+
variables:
26+
GITHUB_TOKEN: GITHUB_TOKEN
27+
- ossf-scorecard#v1.0.0:
28+
github_token: $$GITHUB_TOKEN

0 commit comments

Comments
 (0)