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.
--ignore 70612
1 parent c315031 commit fac29c5Copy full SHA for fac29c5
images/ansible-operator/pipfile.Dockerfile
@@ -26,7 +26,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
26
# NOTE: This ignored vulnerability (71064) was detected in requests, \
27
# but the upgraded version doesn't support the use case (protocol we are using).\
28
# Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688
29
- && pipenv check --ignore 70612 --ignore 71064 \
+ && pipenv check --ignore 71064 \
30
&& dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \
31
&& dnf clean all \
32
&& rm -rf /var/cache/dnf
0 commit comments