diff --git a/.github/workflows/bb-masking-semantic-type-global.yml b/.github/workflows/bb-masking-semantic-type-global.yml index 4f534d9..8f4dbb1 100644 --- a/.github/workflows/bb-masking-semantic-type-global.yml +++ b/.github/workflows/bb-masking-semantic-type-global.yml @@ -76,11 +76,6 @@ jobs: status_code=$(echo "$response" | tail -n1) body=$(echo "$response" | sed '$d') - echo "status_code=${status_code}" >> $GITHUB_OUTPUT - echo "response_body<> $GITHUB_OUTPUT - echo "${body}" >> $GITHUB_OUTPUT - echo "EOF" >> $GITHUB_OUTPUT - echo "status_code=${status_code}" echo "response_body=${body}" diff --git a/masking/global-masking-rule.json b/masking/global-masking-rule.json index b17c7f5..4ff3dec 100644 --- a/masking/global-masking-rule.json +++ b/masking/global-masking-rule.json @@ -7,7 +7,7 @@ { "id": "76356d81-6231-4128-9be7-2c549fc505f5", "condition": { - "expression": "classification_level in [\"2\"]", + "expression": "classification_level in [\"2\", \"3\"]", "title": "", "description": "" }, diff --git a/masking/semantic-type.json b/masking/semantic-type.json index f03e55c..97bdc12 100644 --- a/masking/semantic-type.json +++ b/masking/semantic-type.json @@ -15,7 +15,7 @@ }, { "id": "e8d3fd41-eba0-4afd-ae0f-32c91a4ee710", - "title": "Personal sensitive data", + "title": "Personal sensitive data x", "description": "Custom semantic type with full masking for personal sensitive data", "algorithm": { "fullMask": {