mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
chore: ignore asteval vuln until checkov updates on their end
https://github.com/bridgecrewio/checkov/blob/ce08c93bfe3445f8225dc65a180367009c0e08d8/setup.py#L110
This commit is contained in:
@@ -115,7 +115,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 --ignore 70612,66963,74429'
|
||||
entry: bash -c 'safety check --ignore 70612,66963,74429,76353'
|
||||
language: system
|
||||
|
||||
- id: vulture
|
||||
|
||||
Reference in New Issue
Block a user