Skip to content

Commit 0b8cd6e

Browse files
committed
feat(cfn-lint): add cfn-lint version 1.39.1
1 parent 64994c6 commit 0b8cd6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN pip install --no-cache-dir --upgrade pipx==1.7.1
4848

4949
RUN pipx ensurepath --global \
5050
&& pipx install --global \
51+
cfn-lint==1.39.1 \
5152
cfn-policy-validator==0.0.36 \
5253
json2yaml==1.2.0 \
5354
yamlpath==3.8.2

aws-cli/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
aws --version # awscli
1515
bash --version # bash
1616
bzip2 --help # bzip2
17+
cfn-lint --version # cfn-lint
1718
cfn-policy-validator --version # cfn-policy-validator
1819
curl --version # curl
1920
diff --version # diffutils

0 commit comments

Comments
 (0)