We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb56607 commit 6f30c05Copy full SHA for 6f30c05
.github/workflows/cve-scanning-python.yml
@@ -27,7 +27,9 @@ jobs:
27
- name: Freeze installed dependencies
28
run: pip freeze > requirements.txt
29
- name: Install safety
30
- run: pip3 install safety
+ run: pip install safety
31
- name: Scan CVEs
32
+ env:
33
+ SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
34
run: safety scan -r requirements.txt --full-report --policy-file safety-policy.yml
35
working-directory: .
0 commit comments