Skip to content

Commit

Permalink
Switch the Checkov step to soft-fail
Browse files Browse the repository at this point in the history
Until we can move to using a pinned Checkov image version – the lack of image
pinning is causing the build step to break unpredictably.
  • Loading branch information
Feroz Salam committed Apr 5, 2022
1 parent b95d8b7 commit 0d17287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
- label: ':lock: security - checkov'
command: .buildkite/ci-checkov.sh
agents: { queue: standard }
soft_fail: true

0 comments on commit 0d17287

Please sign in to comment.