feat(dashboards): add new Prowler dashboards (#3575)

Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
This commit is contained in:
Pedro Martín
2024-04-02 18:12:16 +02:00
committed by GitHub
parent 45978bd0bb
commit 191cf276c3
63 changed files with 7032 additions and 13 deletions

6
.gitignore vendored
View File

@@ -9,8 +9,9 @@
__pycache__
venv/
build/
dist/
/dist/
*.egg-info/
*/__pycache__/*.pyc
# Session
Session.vim
@@ -51,3 +52,6 @@ junit-reports/
.coverage*
.coverage
coverage*
# Node
node_modules