chore(safety-v3): ignore pip vulnerability (#4008)

This commit is contained in:
Sergio Garcia
2024-05-15 11:11:10 +02:00
committed by GitHub
parent 6c4d6b6f18
commit b45556c248
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
- name: Safety
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run safety check
poetry run safety check --ignore 67599
- name: Vulture
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |