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.
1 parent 0b8cd6e commit aa1bf57Copy full SHA for aa1bf57
aws-cli/Dockerfile
@@ -50,6 +50,7 @@ RUN pipx ensurepath --global \
50
&& pipx install --global \
51
cfn-lint==1.39.1 \
52
cfn-policy-validator==0.0.36 \
53
+ checkov==3.2.467 \
54
json2yaml==1.2.0 \
55
yamlpath==3.8.2
56
aws-cli/docker-compose.test.yml
@@ -16,6 +16,7 @@ services:
16
bzip2 --help # bzip2
17
cfn-lint --version # cfn-lint
18
cfn-policy-validator --version # cfn-policy-validator
19
+ checkov --version # checkov
20
curl --version # curl
21
diff --version # diffutils
22
find --version # findutils
0 commit comments