Skip to content

Commit fac29c5

Browse files
authored
remove --ignore 70612 from pipenv check in pipfile.Dockerfile (#134)
Signed-off-by: Chirag Kyal <[email protected]>
1 parent c315031 commit fac29c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ansible-operator/pipfile.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
2626
# NOTE: This ignored vulnerability (71064) was detected in requests, \
2727
# but the upgraded version doesn't support the use case (protocol we are using).\
2828
# Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688
29-
&& pipenv check --ignore 70612 --ignore 71064 \
29+
&& pipenv check --ignore 71064 \
3030
&& dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \
3131
&& dnf clean all \
3232
&& rm -rf /var/cache/dnf

0 commit comments

Comments
 (0)