-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
build docs workflow
committed
Jul 3, 2024
1 parent
520efcb
commit ae505f9
Showing
3 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
title: Secret Scanning should be enabled | ||
parent: Repository Policies | ||
grand_parent: GitHub Policies | ||
--- | ||
|
||
|
||
## Secret Scanning should be enabled | ||
policy name: secret_scanning_not_enabled | ||
|
||
severity: MEDIUM | ||
|
||
### Description | ||
Repository should have secret scanning enabled. Secret scanning helps prevent the exposure of sensitive information and ensures compliance. | ||
|
||
### Threat Example(s) | ||
Exposed secrets increases the risk of sensitive information such as API keys, passwords, and tokens being disclosed, leading to unauthorized access to systems and services, and data breaches. | ||
|
||
|
||
|
||
### Remediation | ||
1. Go to the repository settings page | ||
2. Under the 'Security' title on the left, select 'Code security and analysis' | ||
3. Under 'Secret scanning', click 'Enable' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters