Sfoglia il codice sorgente

Exclude dacpac refactorlogs (#990)

Dacpac refactorlogs contains Key's that are false positives. This commit excludes those files.
Joost Voskuil 3 anni fa
parent
commit
eb2bfe5e16
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      config/gitleaks.toml

+ 3 - 0
config/gitleaks.toml

@@ -462,6 +462,9 @@ keywords = [
     "key","api","token","secret","client","passwd","password","auth","access",
 ]
 [rules.allowlist]
+paths = [
+  '''Database.refactorlog'''
+]
 stopwords= [
     "client",
     "endpoint",