Skip to content

Commit

Permalink
chore: do not fail CI for safety checks
Browse files Browse the repository at this point in the history
Safety checks should not fail PRs with no
dependency changes

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Mar 26, 2024
1 parent cdb39ec commit c74a339
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 @@ -46,7 +46,7 @@ test-code-cov:
# https://github.com/python-poetry/poetry/issues/994#issuecomment-831598242
# Check for CVEs locally. For continuous dependency updates, we use dependabot.
dep-cve-check:
@poetry export -f requirements.txt --without-hashes | poetry run safety check --stdin
@poetry export -f requirements.txt --without-hashes | poetry run safety check --continue-on-error --stdin
.PHONY: dep-cve-check

security-check:
Expand Down

0 comments on commit c74a339

Please sign in to comment.