Skip to content

Commit

Permalink
Add security-check target
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Mar 2, 2023
1 parent 8a81165 commit cfbe7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfbe7f5

Please sign in to comment.