ignore secrets folder when scanning for secrets

This commit is contained in:
Ramon
2021-08-06 11:46:45 +02:00
parent d71e4a0214
commit 558a9b5f2e

4
.gitignore vendored
View File

@@ -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/