Skip to content

Commit 6eea110

Browse files
update
1 parent 63c5be5 commit 6eea110

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
status_code=$(echo "$response" | tail -n1)
7777
body=$(echo "$response" | sed '$d')
7878
79-
echo "status_code=${status_code}" >> $GITHUB_OUTPUT
80-
echo "response_body<<EOF" >> $GITHUB_OUTPUT
81-
echo "${body}" >> $GITHUB_OUTPUT
82-
echo "EOF" >> $GITHUB_OUTPUT
83-
8479
echo "status_code=${status_code}"
8580
echo "response_body=${body}"
8681

masking/global-masking-rule.json

+1-1
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

+1-1
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",
18+
"title": "Personal sensitive data x",
1919
"description": "Custom semantic type with full masking for personal sensitive data",
2020
"algorithm": {
2121
"fullMask": {

0 commit comments

Comments
 (0)