We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919b7ea commit 8a3c2a3Copy full SHA for 8a3c2a3
3 files changed
images/ansible-operator/Dockerfile
@@ -30,7 +30,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
30
# NOTE: This ignored vulnerability (71064) was detected in requests, \
31
# but the upgraded version doesn't support the use case (protocol we are using).\
32
# Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688 \
33
- && pipenv check --ignore 71064 \
+ && pipenv check --ignore 71064 --ignore 77680 --ignore 77744 --ignore 77745 \
34
&& dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \
35
&& dnf clean all \
36
&& rm -rf /var/cache/dnf
0 commit comments