fix(ci): allow SonarSource/sonarqube-scan-action in dependency review#440
Merged
Conversation
The action's LGPL-3.0 license is not in the allow-licenses list, but it is a CI-only tool not bundled in the VSIX, so license compatibility with MIT is not a concern. Signed-off-by: Null;Variant <null@nullvariant.com> 🖥️ IDE: [VS Code](https://code.visualstudio.com/) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Model-Raw: claude-opus-4-6-20250710
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan Review Summary by QodoAllow SonarSource/sonarqube-scan-action in dependency review
WalkthroughsDescription• Add SonarSource/sonarqube-scan-action to dependency review allowlist • Permits LGPL-3.0 licensed CI-only GitHub Action • Unblocks Dependabot PR for sonarqube-scan-action upgrade Diagramflowchart LR
A["Dependency Review Config"] -->|"Add allowlist entry"| B["SonarSource/sonarqube-scan-action"]
B -->|"LGPL-3.0 license"| C["CI-only tool, not bundled"]
File Changes1. .github/dependency-review-config.yml
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Contributor
🐰 Mimi's Validation Report ✅All checks are looking good! Great job! 🎉 ⏳ Some checks are still running. I will keep watching!
This report was carefully prepared by nullvariant-mimi[bot] |
Contributor
🕊️ Ciel's Mediation 💤*~~ drifting lazily through still air ~~ The zoo is napping today...* 1 zoo member has reviewed this PR.
😴 A quiet day at the zoo. Only one member peeked at this PR.
This mediation was peacefully delivered by nullvariant-ciel[bot] |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
SonarSource/sonarqube-scan-actiontoallow-dependencies-licensesin dependency review configallow-licenseslist, but as a CI-only GitHub Action (not bundled in VSIX), license compatibility with the extension's MIT license is not a concernTest plan
🤖 Generated with Claude Code