Skip to content

Commit

Permalink
Update security-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkramer authored Dec 17, 2024
1 parent da20e24 commit acf52e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check for Security Issues
run: |
source venv/bin/activate
safety check -r requirements.txt --ignore 67933 --ignore 71586 --ignore 71585
safety check -r requirements.txt
- name: Cleanup
run: |
Expand Down

0 comments on commit acf52e2

Please sign in to comment.