We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f210329 + c5d39a4 commit e932a95Copy full SHA for e932a95
samples/integration-testing/src/checkov.sh
@@ -22,7 +22,7 @@ WORK_DIR=${1-$(pwd)}
22
#######################################
23
run_checkov() {
24
local test_dir=$1
25
- docker run -t -v "${test_dir}":/tf bridgecrew/checkov:release-1.0.235 -d /tf
+ docker run -t -v "${test_dir}":/tf bridgecrew/checkov:latest -d /tf
26
}
27
28
0 commit comments