Skip to content

Commit 3fd458c

Browse files
update
1 parent 4c17095 commit 3fd458c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/bb-masking-column.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bytebase Masking Policy Update
1+
name: Bytebase Masking Policy Update Column and Exception
22
on:
33
pull_request:
44
types: [closed]
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
bytebase-masking-1:
10+
bytebase-masking-column-and-exception:
1111
if: github.event.pull_request.merged == true
1212
runs-on: ubuntu-latest
1313
permissions:

masking/databases/prod-sample-instance/hr_prod/database-catalog.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "instances/prod-sample-instance/databases/hr_test/catalog",
2+
"name": "instances/prod-sample-instance/databases/hr_prod/catalog",
33
"schemas": [
44
{
5-
"name": "",
5+
"name": "public",
66
"tables": [
77
{
88
"name": "salary",
@@ -16,7 +16,7 @@
1616
}
1717
]
1818
},
19-
"classification": "2-2"
19+
"classification": ""
2020
}
2121
]
2222
}

masking/databases/test-sample-instance/hr_test/database-catalog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "instances/test-sample-instance/databases/hr_test/catalog",
33
"schemas": [
44
{
5-
"name": "",
5+
"name": "public",
66
"tables": [
77
{
88
"name": "salary",

0 commit comments

Comments
 (0)