Skip to content

Commit a24e630

Browse files
authored
Merge pull request #293 from buildkite-plugins/SUP-4199
chore: add ossf plugin
2 parents 163723b + 6ed0afd commit a24e630

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,17 @@ steps:
1616
plugins:
1717
- plugin-tester#v1.2.0: ~
1818

19-
- wait
19+
- label: "Security Scan"
20+
key: security_scan
21+
plugins:
22+
- secrets#v1.0.0:
23+
variables:
24+
GITHUB_TOKEN: GITHUB_TOKEN
25+
- ossf-scorecard#v1.0.0:
26+
github_token: $$GITHUB_TOKEN
27+
28+
- wait: ~
29+
2030
- label: run the plugin
2131
command: "echo hello world"
2232
plugins:

0 commit comments

Comments
 (0)