Skip to content

Commit e02056b

Browse files
authored
Merge pull request #16 from buildkite-plugins/bm/add_ossf_scan
2 parents 5bc14ef + 658a5d1 commit e02056b

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)