Skip to content

Commit d7917f4

Browse files
committed
Stop ignoring vulnerability when running pip-audit
Pinning ansible-core to >=2.17.7 removes the need to ignore this vulnerability.
1 parent 4d9e538 commit d7917f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ repos:
172172
hooks:
173173
- id: pip-audit
174174
args:
175-
# We have to ignore this particular vulnerability in
176-
# ansible-core>=2.11 as there is currently no fix. See
177-
# cisagov/skeleton-ansible-role#210 for more details.
178-
- --ignore-vuln
179-
- GHSA-99w6-3xph-cx78
180175
# We have to ignore this vulnerability since we need to pin
181176
# to Ansible 10 for now to support our CyHy code that must
182177
# still run on Debian Buster. This vulnerability is fixed

0 commit comments

Comments
 (0)