Skip to content

Commit 515e9db

Browse files
authored
Merge pull request #125 from buildkite-plugins/bm/add_ossf_scan
2 parents 375deb5 + 16dba51 commit 515e9db

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
@@ -17,3 +17,12 @@ steps:
1717
plugins:
1818
- plugin-linter#v3.3.0:
1919
id: cache
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)