Skip to content

Commit

Permalink
Merge pull request #113 from lyz-code/ci/fix-broken
Browse files Browse the repository at this point in the history
ci: change vulnerability checking from safety to pip-audit
  • Loading branch information
lyz-code authored May 27, 2024
2 parents df80639 + 3adb7db commit 855a3d0
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 855a3d0

Please sign in to comment.