Skip to content

Commit

Permalink
ci: change vulnerability checking from safety to pip-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed May 27, 2024
1 parent df80639 commit 3adb7db
Show file tree
Hide file tree
Showing 3 changed files with 690 additions and 568 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ security:
@echo "- Testing security -"
@echo "--------------------"

pdm run safety check
pdm run pip-audit
@echo ""
pdm run bandit -r src

Expand Down
Loading

0 comments on commit 3adb7db

Please sign in to comment.