Skip to content

Commit 2c6028b

Browse files
Update super-linter to use slim version for exclude mode linting
1 parent a0ed76d commit 2c6028b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Lint Code Base (exclude mode)
113113
if: ${{ !(inputs.VALIDATE_KUBERNETES_KUBEVAL || inputs.VALIDATE_GITHUB_ACTIONS || inputs.VALIDATE_CHECKOV || inputs.VALIDATE_GITLEAKS) }}
114-
uses: github/super-linter@v7
114+
uses: github/super-linter/slim@v7
115115
env:
116116
ANSIBLE_CONFIG_FILE: ansible/.ansible-lint.yml
117117
ANSIBLE_DIRECTORY: ${{ inputs.ANSIBLE_DIRECTORY }}

0 commit comments

Comments
 (0)