Skip to content

Commit e557f09

Browse files
authored
CodeQL at scale: Adds gh-add-files and reorders recommendations (#55186)
1 parent cca9899 commit e557f09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ For repositories that are not eligible for default setup, you can use a bulk con
3232
1. Identify a group of repositories that can be analyzed using the same {% data variables.product.prodname_code_scanning %} configuration. For example, all repositories that build Java artifacts using the production environment.
3333
1. Create and test a {% data variables.product.prodname_actions %} workflow to call the {% data variables.product.prodname_codeql %} action with the appropriate configuration. For more information, see [AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning#configuring-advanced-setup-for-code-scanning-with-codeql).
3434
1. Use one of the example scripts or create a custom script to add the workflow to each repository in the group.
35-
* PowerShell example: [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository
36-
* NodeJS example: [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) repository
35+
* GitHub CLI extension: [`advanced-security/gh-add-files`](https://github.com/advanced-security/gh-add-files)
3736
* Python example: [`Malwarebytes/ghas-cli`](https://github.com/Malwarebytes/ghas-cli) repository
37+
* NodeJS example: [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) repository
38+
* PowerShell example: [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository
3839

3940
{% ifversion codeql-model-packs-org %}
4041

0 commit comments

Comments
 (0)