Skip to content

Commit ce85343

Browse files
committed
fix(docs): alphabetization
1 parent e5b80b3 commit ce85343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ Delete branch protection rules programmatically based on a pattern.
7070

7171
Clean up Azure Storage Account Containers from GEI migrations.
7272

73-
## get-code-scanning-coverage-report
74-
75-
See: [get-code-scanning-coverage-report](./get-code-scanning-coverage-report/README.md)
76-
7773
## get-app-tokens-for-each-installation.sh
7874

7975
This script will generate generate a JWT for a GitHub app and use that JWT to generate installation tokens for each org installation. The installation tokens, returned as `ghs_abc`, can then be used for normal API calls. It will use the private key and app ID from the GitHub App's settings page and the `get-app-jwt.py` script to generate the JWT, and then use the JWT to generate the installation tokens for each org installation.
@@ -100,6 +96,10 @@ Docs:
10096
- [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)
10197
- [List installations for the authenticated app](https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#list-installations-for-the-authenticated-app)
10298

99+
## get-code-scanning-coverage-report
100+
101+
See: [get-code-scanning-coverage-report](./get-code-scanning-coverage-report/README.md)
102+
103103
## get-list-of-resolved-secret-scanning-alerts.sh
104104

105105
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.

0 commit comments

Comments
 (0)