diff --git a/Makefile b/Makefile index 6e540e7..f30d2a5 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ test: test-unit test-unit: npm run test:coverage +.PHONY: security-check +security-check: + npm audit + .PHONY: sonar sonar: npm run analyse-code