Skip to content

Commit c5d39a4

Browse files
author
Matt Johnson
committed
Always use the latest version of Checkov
For inclusion of new builtin checks.
1 parent d05f030 commit c5d39a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/integration-testing/src/checkov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORK_DIR=${1-$(pwd)}
2222
#######################################
2323
run_checkov() {
2424
local test_dir=$1
25-
docker run -t -v "${test_dir}":/tf bridgecrew/checkov:release-1.0.235 -d /tf
25+
docker run -t -v "${test_dir}":/tf bridgecrew/checkov:latest -d /tf
2626
}
2727

2828
#######################################

0 commit comments

Comments
 (0)