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