Conversation
📦 Container Size AnalysisNote Comparing 📈 Size Comparison Table
|
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 23 | 0 | 0 | 0.22s | |
| ✅ DOCKERFILE | hadolint | 3 | 0 | 0 | 0.34s | |
| ✅ JSON | npm-package-json-lint | yes | no | no | 0.47s | |
| ✅ JSON | prettier | 21 | 4 | 0 | 0 | 0.62s |
| ✅ JSON | v8r | 21 | 0 | 0 | 9.98s | |
| ✅ MARKDOWN | markdownlint | 12 | 0 | 0 | 0 | 1.13s |
| ✅ MARKDOWN | markdown-table-formatter | 12 | 0 | 0 | 0 | 0.3s |
| ✅ REPOSITORY | checkov | yes | no | no | 26.72s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 1.29s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.02s | |
| ✅ REPOSITORY | grype | yes | no | no | 45.62s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.79s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.66s | |
| ✅ REPOSITORY | trivy | yes | no | no | 11.82s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.34s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 5.78s | |
| lychee | 83 | 3 | 0 | 11.3s | ||
| ✅ YAML | prettier | 31 | 0 | 0 | 0 | 1.13s |
| ✅ YAML | v8r | 31 | 0 | 0 | 13.0s | |
| ✅ YAML | yamllint | 31 | 0 | 0 | 1.19s |
Detailed Issues
⚠️ SPELL / lychee - 3 errors
[IGNORED] docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62 | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62)
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
📝 Summary
---------------------
🔍 Total..........126
✅ Successful.....121
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........3
Errors in .github/TOOL_VERSION_ISSUE_TEMPLATE.md
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?
See detailed reports in MegaLinter artifacts
You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
- oxsecurity/megalinter/flavors/salesforce@v9.4.0 (58 linters)
- oxsecurity/megalinter/flavors/javascript@v9.4.0 (61 linters)
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
📦 Container Size AnalysisNote Comparing 📈 Size Comparison Table
|
📦 Container Size AnalysisNote Comparing 📈 Size Comparison Table
|
763980c to
8191fbb
Compare
8191fbb to
b618032
Compare
b618032 to
165250b
Compare
06bd620 to
5e5afa9
Compare
5e5afa9 to
27f2b81
Compare
27f2b81 to
9ff6d7b
Compare
9ff6d7b to
1fc08db
Compare
1fc08db to
4f202cb
Compare
4f202cb to
b15bb81
Compare
b15bb81 to
69d8c7d
Compare
69d8c7d to
45439b5
Compare
45439b5 to
8a5c647
Compare
8a5c647 to
00a1b94
Compare
00a1b94 to
5f22546
Compare
|
There was a problem hiding this comment.
Pull request overview
Prepares the 6.10.0 release by updating the release manifest, changelog, and devcontainer template version defaults to match the new version.
Changes:
- Add
6.10.0release notes toCHANGELOG.md. - Bump devcontainer template versions/default
imageVersionvalues to6.10.0for C++ and Rust. - Update
.release-please-manifest.jsonto6.10.0.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
templates/rust/devcontainer-template.json |
Bumps template version and default imageVersion to 6.10.0. |
templates/cpp/devcontainer-template.json |
Bumps template version and default imageVersion to 6.10.0. |
CHANGELOG.md |
Adds the generated 6.10.0 changelog section. |
.release-please-manifest.json |
Updates the tracked release version from 6.9.0 to 6.10.0. |
|
🤖 Created releases: 🌻 |
Pull Request Report (#1199)Static measures
Time related measures
Status check related measures
|
|
🎉 Hooray! The changes in this pull request went live with the release of v6.10.0 🎉 |



🤖 I have created a release beep boop
6.10.0 (2026-03-31)
Features
Chores
This PR was generated with Release Please. See documentation.