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: |
+1 -1
View File
@@ -97,7 +97,7 @@ repos:
- id: safety
name: safety
description: "Safety is a tool that checks your installed dependencies for known security vulnerabilities"
entry: bash -c 'safety check'
entry: bash -c 'safety check --ignore 67599'
language: system
- id: vulture