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 6ba3192 commit 656963fCopy full SHA for 656963f
aws-cli/Dockerfile
@@ -51,7 +51,7 @@ RUN pipx ensurepath --global \
51
cfn-lint==1.39.1 \
52
cfn-policy-validator==0.0.36 \
53
checkov==3.2.470 \
54
- remarshal==1.2.0 \
+ # FIXME @TL requires python 3.10: remarshal==1.2.0 \
55
yamlpath==3.8.2
56
57
# FIXME @TL workaround until Amazon Linux gets an yq package
aws-cli/docker-compose.test.yml
@@ -30,7 +30,7 @@ services:
30
pip --version # py3-pip
31
pipx --version # pipx
32
python --version # python3
33
- remarshal --version # remarshal
+ # FIXME @TL requires python 3.10: remarshal --version # remarshal
34
rsync --version # rsync
35
sed --version # sed
36
ssh -V # openssh
0 commit comments