Skip to content

Commit edbdb35

Browse files
authored
Merge pull request #249 from cisagov/nonsense/ignore-pip-audit-finding
Ignore vulnerability when running `pip-audit`
2 parents c4b3fb7 + 917da77 commit edbdb35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)