mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
chore(safety): ignore pip vulnerability (#4007)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user