From a9026b2134de8594eaf296a189490ee7ac120ed4 Mon Sep 17 00:00:00 2001 From: "Mr. Walls" Date: Fri, 20 Dec 2024 19:20:08 -0800 Subject: [PATCH] Added link to `shellcheck-scan` the GitHub Action **Update README.md** Added link to `shellcheck-scan` the GitHub Action - A third-party OSS action that generates SARIF reports from ShellCheck analysis, enabling GitHub Advanced Security integration. Helps teams track shell script quality through GitHub's code scanning UI without additional configuration. --- **acknowledged** > Contributions must be licensed under the GNU GPLv3. > The contributor retains the copyright. signed-off-by: reactive-firewall <19367496+reactive-firewall@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b776cf..20f6338 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Services and platforms that have ShellCheck pre-installed and ready to use: * [Code Factor](https://www.codefactor.io/) * [Codety](https://www.codety.io/) via the [Codety Scanner](https://github.com/codetyio/codety-scanner) * [CircleCI](https://circleci.com) via the [ShellCheck Orb](https://circleci.com/orbs/registry/orb/circleci/shellcheck) -* [Github](https://github.com/features/actions) (only Linux) +* [Github](https://github.com/features/actions) (only Linux) via the [ShellCheck SARIF Analysis](https://github.com/marketplace/actions/shellcheck-sarif-analysis) * [Trunk Check](https://trunk.io/products/check) (universal linter; [allows you to explicitly version your shellcheck install](https://github.com/trunk-io/plugins/blob/bcbb361dcdbe4619af51ea7db474d7fb87540d20/.trunk/trunk.yaml#L32)) via the [shellcheck plugin](https://github.com/trunk-io/plugins/blob/main/linters/shellcheck/plugin.yaml) * [CodeRabbit](https://coderabbit.ai/)