allowlist_docx.toml 380 B

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