Skip to content

Commit

Permalink
Ignore PVE-2024-73884 on feast until a fixed version is available
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-s-ramirezayuso committed Feb 14, 2025
1 parent 4c3dbb3 commit f0e1b7c
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 @@ -83,7 +83,7 @@ mypy:
check-safety:
poetry check
# TODO remove pip ignore flag when fixed
poetry run safety check --full-report -i 62044 -i 70612
poetry run safety check --full-report -i 62044 -i 70612 -i 73884
poetry run bandit -ll --recursive domino_data tests

.PHONY: lint
Expand Down

0 comments on commit f0e1b7c

Please sign in to comment.