make audit for python dependency audits

This commit is contained in:
Ryan Ahearn
2022-08-12 15:12:07 +00:00
parent 55bc3e54ed
commit 2597011cee
3 changed files with 14 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ freeze-requirements: ## Pin all requirements including sub dependencies into req
pip install --upgrade pip-tools
pip-compile requirements.in
.PHONY: audit
audit:
pip install --upgrade pip-audit
pip-audit -r requirements.txt -r requirements_for_test.txt -l
.PHONY: clean
clean:
rm -rf node_modules cache target venv .coverage build tests/.cache ${CF_MANIFEST_PATH}