5 lines
55 B
Makefile
5 lines
55 B
Makefile
.PHONY: audit
|
|
audit:
|
|
pip install pip-audit
|
|
pip-audit
|
.PHONY: audit
|
|
audit:
|
|
pip install pip-audit
|
|
pip-audit
|