We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9727e0 + bbe0717 commit b79f5ccCopy full SHA for b79f5cc
2 files changed
.buildkite/pipeline.yml
@@ -27,6 +27,15 @@ steps:
27
tty: true
28
command: ["bats", "tests", "tests/v1"]
29
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
+
39
# The rest of the steps are integration tests
40
41
- label: run, with links that fail
commands/push.sh
@@ -33,6 +33,7 @@ if [ "$(plugin_read_config QUIET_PULL "false")" == "true" ] ; then
fi
if plugin_read_list_into_result BUILDKITE_PLUGIN_DOCKER_COMPOSE_BUILD; then
+ # shellcheck disable=SC2154
build_services=("${result[@]}")
0 commit comments