-
Notifications
You must be signed in to change notification settings - Fork 174
SuperLinter 8.3.2 #4815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
SuperLinter 8.3.2 #4815
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit c675fa4. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades SuperLinter from v5.0.0 to v8.3.2, a major version jump that includes updates to linting tools and configurations.
Changes:
- Updated SuperLinter Docker image and GitHub Actions references from v5.0.0 to v8.3.2
- Modified linting configuration parameters (LOG_LEVEL, DEFAULT_BRANCH, VALIDATE_ALL_CODEBASE)
- Updated tflint configuration to use newer syntax (call_module_type) and added explicit plugin version/source
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| Makefile | Updated Docker image reference to ghcr.io/super-linter/super-linter:slim-v8.3.2 and adjusted linting configuration parameters |
| .github/workflows/build_validation_develop.yml | Updated all 6 super-linter action references to v8.3.2 |
| .github/linters/.tflint.hcl | Migrated from deprecated module = true to call_module_type = "all", added explicit plugin version and source, disabled terraform_required_version rule |
What is being addressed
Upgrade SuperLinter to the latest version 8.3.2