Skip to content

Commit 8f3d1ea

Browse files
authored
Merge pull request #268 from buildkite-plugins/bm/add_ossf_scan
2 parents 2563f8a + ee1e7d5 commit 8f3d1ea

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)