allowlist_global_target_rule_id.toml 168 B

1234567
  1. [[rules]]
  2. id = "github-app-token"
  3. regex = '''(?:ghu|ghs)_[0-9a-zA-Z]{36}'''
  4. [[allowlists]]
  5. targetRules = ["github-app-token", "github-pat"]
  6. regexes = ['''.*fake.*''']