chore(safety): ignore pip vulnerability (#4007)

This commit is contained in:
Sergio Garcia
2024-05-15 10:44:50 +02:00
committed by GitHub
parent 45ccd7e793
commit 4fbddd5b42
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: |