Explorar el Código

tech influencer larp

Zachary Rice hace 11 meses
padre
commit
2f6b9f72d1
Se han modificado 2 ficheros con 8 adiciones y 2 borrados
  1. 4 1
      cmd/generate/config/rules/config.tmpl
  2. 4 1
      config/gitleaks.toml

+ 4 - 1
cmd/generate/config/rules/config.tmpl

@@ -2,7 +2,10 @@
 # If you would like to contribute new rules, please use
 # cmd/generate/config/main.go and follow the contributing guidelines
 # at https://github.com/gitleaks/gitleaks/blob/master/CONTRIBUTING.md
-
+#
+# How the hell does secret scanning work? Read this:
+#   https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need
+#
 # This is the default gitleaks configuration file.
 # Rules and allowlists are defined within this file.
 # Rules instruct gitleaks on what should be considered a secret.

+ 4 - 1
config/gitleaks.toml

@@ -2,7 +2,10 @@
 # If you would like to contribute new rules, please use
 # cmd/generate/config/main.go and follow the contributing guidelines
 # at https://github.com/gitleaks/gitleaks/blob/master/CONTRIBUTING.md
-
+#
+# How the hell does secret scanning work? Read this:
+#   https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need
+#
 # This is the default gitleaks configuration file.
 # Rules and allowlists are defined within this file.
 # Rules instruct gitleaks on what should be considered a secret.