Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-akto committed Oct 3, 2024
1 parent d0f8d8d commit 8b4acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pii-types/filetypes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"types": [
{"name": "IMAGE", "regexPattern" : "([^\\s]+(\\.(?i)(jpe?g|png|svg))$)", "sensitive":false, "onKey": false, "active" : false, "tagLists": ["PII"], "dataTypePriority": "MEDIUM"},
{"name": "IMAGE", "regexPattern" : "([^\\s]+(\\.(?i)(jpe?g|png|svg))$)", "sensitive":false, "onKey": false, "active" : false, "tagsLists": ["PII"], "dataTypePriority": "MEDIUM"},
{"name": "DATA FILE", "regexPattern" : "([^\\s]+(\\.(?i)(pdf|js|css|woff|txt))$)", "sensitive":false, "onKey": false, "active" : false, "tagsLists": ["RESOURCE"], "dataTypePriority": "MEDIUM"}
]
}
Expand Down

0 comments on commit 8b4acba

Please sign in to comment.