regex_filename.toml 183 B

123456
  1. [[rules]]
  2. description = "Generic password"
  3. regex = '''(?i)(password|token).{0,20}?\s*[:|=]\s*?(?-i)([0-9a-zA-Z\/+]{4,40})'''
  4. file = '''.*\.ya?ml'''
  5. tags = ["key", "Yml", "Yaml"]