allowlist_invalid_old_and_new.toml 197 B

123456789
  1. title = "simple config with allowlist for aws"
  2. [[rules]]
  3. id = "example"
  4. regex = '''example\d+'''
  5. [rules.allowlist]
  6. regexes = ['''123''']
  7. [[rules.allowlists]]
  8. regexes = ['''456''']