Skip to content
Snippets Groups Projects
Commit 942b5a70 authored by nimrod's avatar nimrod
Browse files

Add pip-audit to the skeleton pre-commit config.

parent e00e3799
No related branches found
No related tags found
No related merge requests found
......@@ -194,3 +194,14 @@ repos:
- "--allow-unsafe"
- "--generate-hashes"
- "--no-upgrade"
- repo: https://github.com/trailofbits/pip-audit.git
rev: v2.4.3
hooks:
- id: pip-audit
- id: pip-audit
name: pip-audit requirements files
args:
- "--requirement"
- "requirements.txt"
- "--fix"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment