Skip to content

Commit b79f5cc

Browse files
authored
Merge pull request #500 from buildkite-plugins/SUP-4199
chore: add ossf plugin
2 parents f9727e0 + bbe0717 commit b79f5cc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ steps:
2727
tty: true
2828
command: ["bats", "tests", "tests/v1"]
2929

30+
- label: "Security Scan"
31+
key: security_scan
32+
plugins:
33+
- secrets#v1.0.0:
34+
variables:
35+
GITHUB_TOKEN: GITHUB_TOKEN
36+
- ossf-scorecard#v1.0.0:
37+
github_token: $$GITHUB_TOKEN
38+
3039
# The rest of the steps are integration tests
3140

3241
- label: run, with links that fail

commands/push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ "$(plugin_read_config QUIET_PULL "false")" == "true" ] ; then
3333
fi
3434

3535
if plugin_read_list_into_result BUILDKITE_PLUGIN_DOCKER_COMPOSE_BUILD; then
36+
# shellcheck disable=SC2154
3637
build_services=("${result[@]}")
3738
fi
3839

0 commit comments

Comments
 (0)