Skip to content

Commit 8a1749e

Browse files
authored
Merge pull request #90 from buildkite-plugins/bm/add_ossf_scan
2 parents f760ffe + ca6edf4 commit 8a1749e

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
@@ -32,6 +32,15 @@ steps:
3232
always-pull: true
3333
workdir: /plugin
3434

35+
- label: "Security Scan"
36+
key: security_scan
37+
plugins:
38+
- secrets#v1.0.0:
39+
variables:
40+
GITHUB_TOKEN: GITHUB_TOKEN
41+
- ossf-scorecard#v1.0.0:
42+
github_token: $$GITHUB_TOKEN
43+
3544
- wait: ~
3645

3746
- label: ":bomb: Triggers"

0 commit comments

Comments
 (0)