feat(allowlist): add yaml structure validator (#1735)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-18 17:49:13 +01:00
committed by GitHub
parent 776ac9e3d4
commit c921782714
5 changed files with 1707 additions and 1665 deletions

View File

@@ -29,6 +29,7 @@ dependencies = [
"arnparse ~=0.0.2",
"botocore ~=1.29.18",
"pydantic ~=1.9.1",
"schema ~=0.7.5",
"shodan ~=1.28.0",
"detect-secrets ~=1.4.0",
"alive-progress ~=2.4.1",