Skip to content

Commit 58320f0

Browse files
committed
docs: minor masking tutorial tweak
1 parent 88aee95 commit 58320f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/docs/tutorials/github-action-data-masking-part2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In the [previous tutorial](/docs/tutorials/github-action-data-masking-part1), yo
1818
This is Part 2 of our tutorial series on implementing automated database masking using GitHub Actions:
1919

2020
- Part 1: [Column masking and masking exception with GitHub Actions](/docs/tutorials/github-action-data-masking-part1)
21-
- Part 2: Masking Algorithm with GitHub Actions(this one)
21+
- Part 2: Masking Algorithm with GitHub Actions (this one)
2222
- Part 3: [Data Classification and Global Masking with GitHub Actions](/docs/tutorials/github-action-data-masking-part3)
2323

2424
## Overview
@@ -46,7 +46,7 @@ You may customize your own [data masking algorithm](/docs/security/data-masking/
4646

4747
Go to **Data Access > Data Masking**, click **Masking Algorithm** and click **Add**. You can create a new masking algorithm with a name and description, and later it can be used in the definition of semantic types.
4848

49-
![bb-masking-algorithm](/content/docs/tutorials/github-action-data-masking-part2/bb-masking-algorithm.webp)
49+
![bb-masking-algorithm](/content/docs/tutorials/github-action-data-masking-part2/bb-masking-algorithm.webp)
5050

5151
### In GitHub Workflow
5252

@@ -69,7 +69,7 @@ You may define [semantic types](/docs/security/data-masking/semantic-types/) and
6969

7070
Go to **Data Access > Data Masking**, click **Semantic Types** and click **Add**. You can create a new semantic type with a name and description, and select the masking algorithm.
7171

72-
![bb-semantic-types](/content/docs/tutorials/github-action-data-masking-part2/bb-semantic-types.webp)
72+
![bb-semantic-types](/content/docs/tutorials/github-action-data-masking-part2/bb-semantic-types.webp)
7373

7474
### In GitHub Workflow
7575

content/docs/tutorials/github-action-data-masking-part3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is Part 3 of our tutorial series on implementing automated database masking
1919

2020
- Part 1: [Column masking and masking exception with GitHub Actions](/docs/tutorials/github-action-data-masking-part1)
2121
- Part 2: [Masking Algorithm with GitHub Actions](/docs/tutorials/github-action-data-masking-part2)
22-
- Part 3: Data Classification and Global Masking with GitHub Actions(this one)
22+
- Part 3: Data Classification and Global Masking with GitHub Actions (this one)
2323

2424
## Overview
2525

@@ -76,4 +76,4 @@ By changing file `masking/global-masking-rule.json`, creating a PR and merge, yo
7676

7777
## Summary
7878

79-
Through out this tutorial series, you have learned how to automate database masking policies, customize both the masking algorithm and semantic types, and use data classification and global masking policy using GitHub Actions and Bytebase API.
79+
Through out this tutorial series, you have learned how to automate database masking policies, customize both the masking algorithm and semantic types, and use data classification and global masking policy using GitHub Actions and Bytebase API.

0 commit comments

Comments
 (0)