From 02448eea3a40c5e2ccb0e10fccb85ebece50a5a6 Mon Sep 17 00:00:00 2001 From: Feroz Salam Date: Tue, 5 Apr 2022 19:29:41 +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 2840be970..a72a84250 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -34,3 +34,4 @@ steps: - command: .buildkite/ci-checkov.sh label: ":lock: security - checkov" agents: { queue: "standard" } + soft_fail: true