Skip to content

Commit 493c147

Browse files
Merge pull request #53 from bytebase/a-branch-15
A branch 15
2 parents eaa265b + f52df02 commit 493c147

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/bb-masking-semantic-type-global.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: tj-actions/changed-files@v42
3535
with:
3636
files: |
37-
masking/masking-algorithm.json
3837
masking/semantic-type.json
38+
masking/global-masking-rule.json
3939
since_last_remote_commit: true
4040
fetch_depth: 0
4141
include_all_old_new_renamed_files: true
@@ -160,6 +160,7 @@ jobs:
160160
commentBody += `- Global Masking Rule: ${success ? '✅' : '❌'} ${status}\n`;
161161
}
162162
}
163+
163164
if (!apiCallsFound) {
164165
commentBody += `None`;
165166
}

masking/global-masking-rule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"id": "76356d81-6231-4128-9be7-2c549fc505f5",
99
"condition": {
10-
"expression": "classification_level in [\"2\"]",
10+
"expression": "classification_level in [\"2\", \"3\"]",
1111
"title": "",
1212
"description": ""
1313
},

masking/semantic-type.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"id": "e8d3fd41-eba0-4afd-ae0f-32c91a4ee710",
18-
"title": "Personal sensitive data x",
18+
"title": "Personal sensitive data",
1919
"description": "Custom semantic type with full masking for personal sensitive data",
2020
"algorithm": {
2121
"fullMask": {

0 commit comments

Comments
 (0)