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 8e5baff commit 1f5ba0aCopy full SHA for 1f5ba0a
aws-cli/Dockerfile
@@ -46,12 +46,12 @@ RUN dnf upgrade -y \
46
# FIXME @TL --break-system-packages not supported until Python 3.11.
47
RUN pip install --no-cache-dir --upgrade pipx==1.7.1
48
49
+# FIXME @TL remarshal requires python 3.10
50
RUN pipx ensurepath --global \
51
&& pipx install --global \
52
cfn-lint==1.40.0 \
53
cfn-policy-validator==0.0.36 \
54
checkov==3.2.473 \
- # 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
0 commit comments