Skip to content

Commit

Permalink
Stop ignoring vulnerability detected by pip-audit
Browse files Browse the repository at this point in the history
This is no longer necessary since we have upgraded to
ansible-core>=2.18.1.
  • Loading branch information
jsf9k committed Dec 2, 2024
1 parent 88c3a96 commit 9ed50d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ repos:
hooks:
- id: pip-audit
args:
# We have to ignore this particular vulnerability in
# ansible-core>=2.11 as there is currently no fix. See
# cisagov/skeleton-ansible-role#210 for more details.
- --ignore-vuln
- GHSA-99w6-3xph-cx78
# Add any pip requirements files to scan
- --requirement
- requirements-dev.txt
Expand Down

0 comments on commit 9ed50d4

Please sign in to comment.