zricethezav пре 5 година
родитељ
комит
e2eaceb4cd
1 измењених фајлова са 0 додато и 12 уклоњено
  1. 0 12
      examples/regex_and_file.toml

+ 0 - 12
examples/regex_and_file.toml

@@ -1,12 +0,0 @@
-# This is a simple gitleaks config that contains one rule which checks for AWS keys and a file check that will trigger
-# a leak if a .pem file is found
-
-[[rules]]
-    description = "AWS Manager ID"
-    regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
-    tags = ["key", "AWS"]
-
-[[rules]]
-    description = "PEM Files"
-    file = '''(.*)?pem$'''
-    tags = ["key", "PEM"]