File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,19 @@ repos:
165165 # cisagov/skeleton-ansible-role#210 for more details.
166166 - --ignore-vuln
167167 - GHSA-99w6-3xph-cx78
168+ # We have to ignore this vulnerability since we need to pin
169+ # to Ansible 10 for now to support our CyHy code that must
170+ # still run on Debian Buster. This vulnerability is fixed
171+ # in ansible>=12.
172+ #
173+ # This isn't a big deal since the vulnerability only impacts
174+ # users of the Keycloak modules in
175+ # ansible.community.general, and we don't use these modules.
176+ #
177+ # TODO: Remove this when it becomes possible. See
178+ # cisagov/skeleton-ansible-role#248 for more details.
179+ - --ignore-vuln
180+ - GHSA-8ggh-xwr9-3373
168181 # Add any pip requirements files to scan
169182 - --requirement
170183 - requirements-dev.txt
You can’t perform that action at this time.
0 commit comments