Skip to content

Commit aa52ade

Browse files
Update cve scan command
1 parent 5c67a1d commit aa52ade

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: |
3333
poetry install
3434
- name: Scan CVEs
35-
run: poetry export --without-hashes -f requirements.txt | safety check --full-report --stdin
35+
run: poetry export --without-hashes -f requirements.txt | safety scan
3636
# Without poetry, use this command instead
3737
# run: safety check -r requirements.txt --full-report --policy-file safety-policy.yml

.safety-policy.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)