Skip to content

Commit 159da8d

Browse files
committed
fix(ci): restrict super-linter v7 to YAML validation only
super-linter v7 enables more linters by default (CHECKOV, JSCPD, etc.). Explicitly set VALIDATE_YAML: true so only YAML linting runs, matching the original v4 behavior.
1 parent 034e3d7 commit 159da8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
FILTER_REGEX_INCLUDE: workspace/(docker-compose.yml|deployment/k8s/k8s-deploy.yaml)
39+
VALIDATE_YAML: true
3940

0 commit comments

Comments
 (0)