mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
ignore secrets folder when scanning for secrets
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -14,6 +14,7 @@ Sessionx.vim
|
|||||||
*~
|
*~
|
||||||
# Auto-generated tag files
|
# Auto-generated tag files
|
||||||
tags
|
tags
|
||||||
|
|
||||||
# Persistent undo
|
# Persistent undo
|
||||||
[._]*.un~
|
[._]*.un~
|
||||||
|
|
||||||
@@ -23,6 +24,9 @@ tags
|
|||||||
# Prowler output
|
# Prowler output
|
||||||
output/
|
output/
|
||||||
|
|
||||||
|
# Prowler found secrets
|
||||||
|
secrets-*/
|
||||||
|
|
||||||
# JUnit Reports
|
# JUnit Reports
|
||||||
junit-reports/
|
junit-reports/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user