File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
30
30
# - https://github.com/advisories/GHSA-f6pv-j8mr-w6rr \
31
31
# - https://github.com/dbt-labs/dbt-core/issues/10250 \
32
32
# - https://data.safetycli.com/v/70612/97c/ \
33
- && pipenv check --ignore 70612 \
33
+ # NOTE: This ignored vulnerability (71064) was detected in requests, \
34
+ # but the upgraded version doesn't support the use case (protocol we are using).\
35
+ # Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688
36
+ && pipenv check --ignore 70612 --ignore 71064 \
34
37
&& yum remove -y gcc libffi-devel openssl-devel python39-devel \
35
38
&& yum clean all \
36
39
&& rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments