Skip to content

Commit a5f5523

Browse files
committed
fix: instead of using specific ignores to the poetry run, use the safety-policy.json file
1 parent 3f63a3e commit a5f5523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/safety.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
API_KEY: ${{secrets.SAFETY_API_KEY}}
6161
run: |
6262
poetry run pip install safety
63-
poetry run safety --key "$API_KEY" --stage cicd scan --ignore 66742 --ignore 77744
63+
poetry run safety --key "$API_KEY" --stage cicd scan --policy-file .safety-policy.json

0 commit comments

Comments
 (0)