Skip to content

Commit 17c1e68

Browse files
committed
docs: update data masking tutorial
1 parent 56f4478 commit 17c1e68

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'Applying Data Masking with GitHub Actions - Part 1'
2+
title: 'Data Masking with GitHub Actions Part 1 - Column Masking'
33
author: Ningjing
44
updated_at: 2024/11/19 18:00
55
tags: Tutorial
6-
integrations: API
6+
integrations: API, GitHub
77
level: Advanced
88
estimated_time: '30 mins'
99
description: 'Learn how to automate database masking policies using GitHub Actions and Bytebase API'
@@ -19,9 +19,10 @@ By using GitHub Actions with Bytebase API, you can implement policy-as-code to a
1919

2020
This is Part 1 of our tutorial series on implementing automated database masking using GitHub Actions:
2121

22-
- Part 1: Column masking and masking exception with GitHub Actions (this one)
23-
- Part 2: [Masking Algorithm with GitHub Actions](/docs/tutorials/github-action-data-masking-part2)
24-
- Part 3: [Data Classification and Global Masking with GitHub Actions](/docs/tutorials/github-action-data-masking-part3)
22+
- Part 1: Column Masking (this one)
23+
- Part 2: [Masking Algorithm](/docs/tutorials/github-action-data-masking-part2)
24+
- Part 3: [Data Classification and Global Masking](/docs/tutorials/github-action-data-masking-part3)
25+
- Part 4: Data Export with Masking (TBD)
2526

2627
## Overview
2728

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'Applying Data Masking with GitHub Actions - Part 2'
2+
title: 'Data Masking with GitHub Actions Part 2 - Masking Algorithm'
33
author: Ningjing
44
updated_at: 2024/11/25 18:00
55
tags: Tutorial
6-
integrations: API
6+
integrations: API, GitHub
77
level: Advanced
88
estimated_time: '30 mins'
99
description: 'Learn how to automate database masking algorithm and semantic types using GitHub Actions and Bytebase API'
@@ -17,9 +17,10 @@ In the [previous tutorial](/docs/tutorials/github-action-data-masking-part1), yo
1717

1818
This is Part 2 of our tutorial series on implementing automated database masking using GitHub Actions:
1919

20-
- 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)
22-
- Part 3: [Data Classification and Global Masking with GitHub Actions](/docs/tutorials/github-action-data-masking-part3)
20+
- Part 1: [Column masking](/docs/tutorials/github-action-data-masking-part1)
21+
- Part 2: Masking Algorithm (this one)
22+
- Part 3: [Data Classification and Global Masking](/docs/tutorials/github-action-data-masking-part3)
23+
- Part 4: Data export with masking (TBD)
2324

2425
## Overview
2526

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'Applying Data Masking with GitHub Actions - Part 3'
2+
title: 'Data Masking with GitHub Actions Part 3 - Data Classification and Global Masking'
33
author: Dec
44
updated_at: 2024/12/04 18:00
55
tags: Tutorial
6-
integrations: API
6+
integrations: API, GitHub
77
level: Advanced
88
estimated_time: '30 mins'
99
description: 'Learn how to use data classification and global masking policy using GitHub Actions and Bytebase API'
@@ -17,9 +17,10 @@ In the [previous tutorial](/docs/tutorials/github-action-data-masking-part2), yo
1717

1818
This is Part 3 of our tutorial series on implementing automated database masking using GitHub Actions:
1919

20-
- 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](/docs/tutorials/github-action-data-masking-part2)
22-
- Part 3: Data Classification and Global Masking with GitHub Actions (this one)
20+
- Part 1: [Column Masking](/docs/tutorials/github-action-data-masking-part1)
21+
- Part 2: [Masking Algorithm](/docs/tutorials/github-action-data-masking-part2)
22+
- Part 3: Data Classification and Global Masking (this one)
23+
- Part 4: Data Export with Masking (TBD)
2324

2425
## Overview
2526

0 commit comments

Comments
 (0)