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:
Andoni A.
2025-05-28 11:34:55 +02:00
parent 152a4cab44
commit 20f739bfba
+1 -1
View File
@@ -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,76353'
entry: bash -c 'safety check --ignore 70612,66963,74429,76352,76353'
language: system
- id: vulture