Skip to content

Commit

Permalink
point to policy file v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayd committed Oct 23, 2024
1 parent bb55b3d commit efc8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
continue-on-error: true # Do not fail this action if vulnerabilities are found
args: "--short-report --policy-file=.safety-policy-v2.yml"
args: "--short-report --policy-file=.safety-policy.yml"
- name: Run mypy
run: poetry run mypy src

Expand Down

0 comments on commit efc8e83

Please sign in to comment.