From 0d17287e5018ee7e653c8bb36362b6d0dc458cae Mon Sep 17 00:00:00 2001 From: Feroz Salam Date: Tue, 5 Apr 2022 19:59:26 +0100 Subject: [PATCH] Switch the Checkov step to soft-fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Until we can move to using a pinned Checkov image version – the lack of image pinning is causing the build step to break unpredictably. --- .buildkite/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index ad8ab2a..128fb34 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -4,3 +4,4 @@ steps: - label: ':lock: security - checkov' command: .buildkite/ci-checkov.sh agents: { queue: standard } + soft_fail: true