Skip to content

Commit 9777c88

Browse files
test
1 parent 5a1a994 commit 9777c88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,23 +204,23 @@ $ ./priv/gp_latencies.sh
204204
6) A Basho engineer or community maintainer will review your patch
205205
and merge it into the main repository or send you feedback.
206206

207-
# 🔐 Detect Secrets Enforcement
207+
* 🔐 Detect Secrets Enforcement
208208

209209
This repository uses [`detect-secrets`](https://github.com/IBM/detect-secrets-stream) to prevent committing sensitive information like API keys, tokens, and passwords.
210210

211-
## 🚀 How It Works
211+
** 🚀 How It Works
212212

213213
Secrets are tracked using a `.secrets.baseline` file. This file contains a hash of detected secret patterns and is version-controlled.
214214

215215
On every pull request, GitHub Actions will:
216216
- Scan the codebase using the committed baseline.
217217
- Fail the build if new untracked secrets are found.
218218

219-
## 🛠 Update the Baseline
219+
** 🛠 Update the Baseline
220220

221221
If your PR is failing due to newly detected secrets (false positives or intentional additions), follow the steps below to update the baseline:
222222

223-
### ✅ One-Command Update
223+
*** ✅ One-Command Update
224224

225225
Use the provided `Makefile` to automatically install and run `detect-secrets`, then clean up:
226226

0 commit comments

Comments
 (0)