{
  "name": "Privacy & Redaction",
  "rules": [
    {
      "app": "1password",
      "pattern": ".",
      "match": "regex",
      "action": "skip",
      "value": ""
    },
    {
      "app": "keepass",
      "pattern": ".",
      "match": "regex",
      "action": "skip",
      "value": ""
    },
    {
      "app": "",
      "pattern": "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}",
      "match": "regex",
      "action": "tag",
      "value": "sensitive"
    },
    {
      "app": "",
      "pattern": "\\b(?:\\d[ -]?){13,16}\\b",
      "match": "regex",
      "action": "tag",
      "value": "sensitive"
    }
  ]
}
