allowlist_files.toml 348 B

1234567891011
  1. [[rules]]
  2. description = "Block dangerous filetypes"
  3. file = '''(.*?)(pdf|doc|docx|zip|xls|tfplan|tfstate|tfvars|vault_pass|vagrant|pyc|key|cache)$'''
  4. tags = ["key", "extensions"]
  5. [rules.allowlist]
  6. paths = ['''.zip''']
  7. description = "ignore known locations and files"
  8. #
  9. #[allowlist]
  10. # description = "Allowlisted files"
  11. # paths = ['''.zip''']