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 3f63a3e commit a5f5523Copy full SHA for a5f5523
.github/workflows/safety.yml
@@ -60,4 +60,4 @@ jobs:
60
API_KEY: ${{secrets.SAFETY_API_KEY}}
61
run: |
62
poetry run pip install safety
63
- poetry run safety --key "$API_KEY" --stage cicd scan --ignore 66742 --ignore 77744
+ poetry run safety --key "$API_KEY" --stage cicd scan --policy-file .safety-policy.json
0 commit comments