We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3134604 commit eb56607Copy full SHA for eb56607
.github/workflows/cve-scanning-python.yml
@@ -1,6 +1,7 @@
1
name: CVE Scanning for Python
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: '0 8,18 * * 1-5'
7
push:
@@ -28,5 +29,5 @@ jobs:
28
29
- name: Install safety
30
run: pip3 install safety
31
- name: Scan CVEs
- run: safety check -r requirements.txt --full-report --policy-file safety-policy.yml
32
+ run: safety scan -r requirements.txt --full-report --policy-file safety-policy.yml
33
working-directory: .
0 commit comments