Skip to content

Commit

Permalink
Ignore scikit-learn vulnerability in audit target
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Jul 11, 2024
1 parent 189d77f commit b81b32e
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 70612
--ignore 61496 --ignore 70612 --ignore 71596
pnpm audit --prod

.PHONY: check-format
Expand Down

0 comments on commit b81b32e

Please sign in to comment.