Skip to content

Commit

Permalink
Ignore non yet fixed Python vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Jun 7, 2024
1 parent 46a2b40 commit 371c663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean: ## clean project
.PHONY: audit
audit: ## Audit project dependencies
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 51668
--ignore 61496 --ignore 70612
pnpm audit --prod

.PHONY: check-format
Expand Down

0 comments on commit 371c663

Please sign in to comment.