diff --git a/Makefile b/Makefile index 94c4f33..64a0b90 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,10 @@ requirements: ## Refresh requirements.txt from pipfile.lock test: ## Run project tests docker-compose run --rm app pytest +.PHONY: safety +test: ## Check project and dependencies with safety https://github.com/pyupio/safety + docker-compose run --rm app safety check + .PHONY: lint lint: ## Linte project code. isort .