Skip to content

Commit 150cba6

Browse files
Update cve-scanning-python.yml
1 parent 82fb518 commit 150cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cve-scanning-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Scan CVEs
3232
env:
3333
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
34-
run: safety scan -r requirements.txt --full-report --policy-file safety-policy.yml --no-input
34+
run: safety check -r requirements.txt --full-report --policy-file safety-policy.yml
3535
working-directory: .

0 commit comments

Comments
 (0)