You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates base image to python:3.13-alpine3.22 (#6133)
* Updates base image to python:3.13-alpine3.22
Updates the base Docker image for the build and runtime environments to python:3.13-alpine3.22.
This ensures that the linter environment benefits from the latest security patches and updates available in the newer Alpine release.
Fixes#6065
* Updates clang version to 20
Updates the clang version used in multiple Dockerfiles and MegaLinter descriptors from 19 to 20.
This ensures that the latest clang tools are used for static analysis and formatting.
* Increases test timeout duration
Extends the test execution timeout to accommodate potentially longer test runs.
This prevents premature termination of tests due to time constraints, ensuring more reliable test results.
* Upgrade checkov
* disable puppet-lint
* [MegaLinter] Apply linters fixes
* Disable checkov
* [MegaLinter] Apply linters fixes
---------
Co-authored-by: nvuillam <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
20
20
- Use ghcr.io docker images by default because of rate limits on docker.io
21
21
- Use uv to create the venv folder for pip-installed linters
22
22
- Add copilot instructions for GitHub Copilot
23
+
- Update base image to python:3.13-alpine3.21 (also embeds go 1.24)
23
24
24
25
- New linters
25
26
26
27
- Disabled linters
28
+
-[puppet-lint](https://megalinter.io/beta/descriptors/puppet_puppet_lint/): Disabled Until fix is provided for <https://github.com/puppetlabs/puppet-lint/issues/251>
29
+
-[checkov](https://megalinter.io/beta/descriptors/repository_checkov/): Disabled until fix is provided for <https://github.com/bridgecrewio/checkov/issues/7263>
27
30
28
31
- Removed linters
29
32
-**markdown-link-check** has been removed because [**lychee**](https://megalinter.io/latest/descriptors/spell_lychee/) can be used instead, and has much better performances
0 commit comments