Skip to content

Commit 658a5d1

Browse files
committed
feat: ossf scanning
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent 5bc14ef commit 658a5d1

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
@@ -16,3 +16,12 @@ steps:
1616
files:
1717
- hooks/**
1818
- lib/**
19+
20+
- label: "Security Scan"
21+
key: security_scan
22+
plugins:
23+
- secrets#v1.0.0:
24+
variables:
25+
GITHUB_TOKEN: GITHUB_TOKEN
26+
- ossf-scorecard#v1.0.0:
27+
github_token: $$GITHUB_TOKEN

0 commit comments

Comments
 (0)