Always use the latest version of Checkov
For inclusion of new builtin checks.
This commit is contained in:
parent
d05f030d03
commit
c5d39a4631
@ -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
|
||||
}
|
||||
|
||||
#######################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user