Skip to content

Commit

Permalink
Merge pull request #7157 from freedomofpress/ignore-safety
Browse files Browse the repository at this point in the history
Ignore some safety alerts
  • Loading branch information
cfm committed May 1, 2024
2 parents 6f7a725 + 22e5645 commit 33cb6eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -180,6 +180,10 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 65193 \
--ignore 65510 \
--ignore 65511 \
--ignore 66700 \
--ignore 66777 \
--ignore 66704 \
--ignore 66710 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit 33cb6eb

Please sign in to comment.