Skip to content

Commit 6ed0afd

Browse files
committed
chore: add ossf plugin
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent 163723b commit 6ed0afd

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)