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
tags
# Persistent undo
[._]*.un~
@@ -23,6 +24,9 @@ tags
# Prowler output
output/
# Prowler found secrets
secrets-*/
# JUnit Reports
junit-reports/