Skip to content

Commit

Permalink
Merge pull request #7145 from freedomofpress/shush-safety
Browse files Browse the repository at this point in the history
Suppress a few safety alerts that don't affect us
  • Loading branch information
zenmonkeykstop committed Mar 20, 2024
2 parents 4586923 + ab8a807 commit 0853b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 63227 \
--ignore 62817 \
--ignore 65647 \
--ignore 65278 \
--ignore 65212 \
--ignore 65401 \
--ignore 65193 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit 0853b11

Please sign in to comment.