Skip to content

Commit 8e7b274

Browse files
committed
docs: add secret scanning scripts to readme
1 parent b22bdf5 commit 8e7b274

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Docs:
7878
- [Generating an installation access token for a GitHub App](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app#generating-an-installation-access-token)
7979
- [List installations for the authenticated app](https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#list-installations-for-the-authenticated-app)
8080

81+
## get-list-of-resolved-secret-scanning-alerts.sh
82+
83+
This script retrieves and lists all resolved secret scanning alerts for a specified GitHub repository. It uses the GitHub API to fetch the alerts and displays them in a tabular format.
84+
8185
## get-new-outside-collaborators-added-to-repository.sh
8286

8387
This script will generate a list of new outside collaborators added to a repository. It uses a database file specified to determine if any new users were added to the repository and echo them to the console for review.
@@ -135,6 +139,10 @@ These are scripts used with [`multi-gitter`](https://github.com/lindell/multi-gi
135139

136140
See: [recreate-security-in-repositories-and-teams](./recreate-security-in-repositories-and-teams/README.md)
137141

142+
## set-secret-scanning-alert-to-open-state.sh
143+
144+
This script reopens a resolved secret scanning alert in a specified GitHub repository and optionally adds a comment.
145+
138146
## update-codeowners-mappings.js
139147

140148
Update CODEOWNERS mappings of teams in a GitHub repository (e.g.: after a migration if the team/org names change). This script will update the CODEOWNERS file in a GitHub repository with the mappings provided in the `codeowners-mappings.csv` file.

0 commit comments

Comments
 (0)