Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/bb-masking-semantic-type-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: tj-actions/changed-files@v42
with:
files: |
masking/masking-algorithm.json
masking/semantic-type.json
masking/global-masking-rule.json
since_last_remote_commit: true
fetch_depth: 0
include_all_old_new_renamed_files: true
Expand Down Expand Up @@ -160,6 +160,7 @@ jobs:
commentBody += `- Global Masking Rule: ${success ? '✅' : '❌'} ${status}\n`;
}
}

if (!apiCallsFound) {
commentBody += `None`;
}
Expand Down
2 changes: 1 addition & 1 deletion masking/global-masking-rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"id": "76356d81-6231-4128-9be7-2c549fc505f5",
"condition": {
"expression": "classification_level in [\"2\"]",
"expression": "classification_level in [\"2\", \"3\"]",
"title": "",
"description": ""
},
Expand Down
2 changes: 1 addition & 1 deletion masking/semantic-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"id": "e8d3fd41-eba0-4afd-ae0f-32c91a4ee710",
"title": "Personal sensitive data x",
"title": "Personal sensitive data",
"description": "Custom semantic type with full masking for personal sensitive data",
"algorithm": {
"fullMask": {
Expand Down
Loading