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 64994c6 commit 0b8cd6eCopy full SHA for 0b8cd6e
aws-cli/Dockerfile
@@ -48,6 +48,7 @@ RUN pip install --no-cache-dir --upgrade pipx==1.7.1
48
49
RUN pipx ensurepath --global \
50
&& pipx install --global \
51
+ cfn-lint==1.39.1 \
52
cfn-policy-validator==0.0.36 \
53
json2yaml==1.2.0 \
54
yamlpath==3.8.2
aws-cli/docker-compose.test.yml
@@ -14,6 +14,7 @@ services:
14
aws --version # awscli
15
bash --version # bash
16
bzip2 --help # bzip2
17
+ cfn-lint --version # cfn-lint
18
cfn-policy-validator --version # cfn-policy-validator
19
curl --version # curl
20
diff --version # diffutils
0 commit comments