Removed comment on the limitation on GHA linux-only due to recent improvements

Due to recent changed the ShellCheck-scan action [ShellCheck SARIF Analysis](https://github.com/marketplace/actions/shellcheck-sarif-analysis) now supports automatic setup/install of latest shellcheck on macOS and even windows-latest runners via its use (in addition to it's invocation of the tool to generate a SARIF report of-course) but in short: no more limit to just linux only runners
This commit is contained in:
Mr. Walls 2024-12-21 22:51:58 -08:00 committed by GitHub
parent a9026b2134
commit 9626d52446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Services and platforms that have ShellCheck pre-installed and ready to use:
* [Code Factor](https://www.codefactor.io/) * [Code Factor](https://www.codefactor.io/)
* [Codety](https://www.codety.io/) via the [Codety Scanner](https://github.com/codetyio/codety-scanner) * [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) * [CircleCI](https://circleci.com) via the [ShellCheck Orb](https://circleci.com/orbs/registry/orb/circleci/shellcheck)
* [Github](https://github.com/features/actions) (only Linux) via the [ShellCheck SARIF Analysis](https://github.com/marketplace/actions/shellcheck-sarif-analysis) * [Github](https://github.com/features/actions) 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) * [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/) * [CodeRabbit](https://coderabbit.ai/)