Skip to content

Commit d91abef

Browse files
committed
docs: tweak tut
1 parent 803a112 commit d91abef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Applying Data Masking with GitHub Actions - Part 1
2+
title: 'Applying Data Masking with GitHub Actions - Part 1'
33
author: Ningjing
44
updated_at: 2024/11/19 18:00
55
tags: Tutorial
@@ -8,6 +8,7 @@ level: Advanced
88
estimated_time: '30 mins'
99
description: 'Learn how to automate database masking policies using GitHub Actions and Bytebase API'
1010
---
11+
1112
Bytebase is a database DevSecOps platform designed for developers, security, DBA, and platform engineering teams. While it offers an intuitive GUI for managing database schema changes and access control, some teams may want to integrate Bytebase into their existing DevOps platforms using the [Bytebase API](/docs/api/overview/).
1213

1314
Bytebase provides database [dynamic data masking feature](/docs/security/data-masking/overview/) in the **Enterprise Plan**, which can mask sensitive data in the SQL Editor query result based on the context. It helps organizations to protect sensitive data from being exposed to unauthorized users.
@@ -40,6 +41,7 @@ The complete code for this tutorial is available at: [database-security-github-a
4041
## Prerequisites
4142

4243
Before you begin, make sure you have:
44+
4345
- [Docker](https://www.docker.com/) installed
4446
- A [GitHub](https://github.com/) account
4547
- An[ngrok](http://ngrok.com/) account

0 commit comments

Comments
 (0)