From 1eb6ae11f7bf8f1ddf37f448b8caa5a014d72c87 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 Feb 2026 22:49:31 +0000 Subject: [PATCH] Configures shellcheckrc filename Configures the Super-Linter action to use `.shellcheckrc` as the BASH_FILE_NAME. This ensures that shellcheck uses the correct configuration file for bash script linting. Fixes #4696 --- .github/workflows/action-super-linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action-super-linter.yml b/.github/workflows/action-super-linter.yml index a2b12fca4..fd849f8ed 100644 --- a/.github/workflows/action-super-linter.yml +++ b/.github/workflows/action-super-linter.yml @@ -49,3 +49,5 @@ jobs: VALIDATE_SHELL_SHFMT: false VALIDATE_TERRAFORM_TERRASCAN: false VALIDATE_YAML_PRETTIER: false + BASH_FILE_NAME: ".shellcheckrc" +