Always use the latest version of Checkov

For inclusion of new builtin checks.
This commit is contained in:
Matt Johnson 2020-10-29 18:23:56 +00:00
parent d05f030d03
commit c5d39a4631

View File

@ -22,7 +22,7 @@ WORK_DIR=${1-$(pwd)}
#######################################
run_checkov() {
local test_dir=$1
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
}
#######################################