Skip to content

Commit b7c7a0f

Browse files
committed
fix: reverting to old ignore checks while running poetry in the github workflow
1 parent a5f5523 commit b7c7a0f

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 --policy-file .safety-policy.json
63+
poetry run safety check -i 66742 -i 77744

0 commit comments

Comments
 (0)