Allow LGPL-3.0 for sonarqube-scan-action in dependency review - #286
Merged
AndreasIgel merged 1 commit intoSep 12, 2026
Merged
AndreasIgel merged 1 commit into
AndreasIgel merged 1 commit into
Conversation
The action only executes the scanner on the runner — use of an unmodified tool, not distribution — so LGPL obligations do not apply. Scope the exception via allow-dependencies-licenses so the fail-closed allow-licenses list stays strict for all other dependencies. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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
allow-dependencies-licensesexception forpkg:githubactions/SonarSource/sonarqube-scan-action, whose LGPL-3.0 license is outside the fail-closedallow-licensesallowlist.allow-licensespolicy is unchanged for all other dependencies (including Maven artifacts, where LGPL genuinely matters).Context
This unblocks the
dependency-reviewcheck on #285, which introducesSonarSource/sonarqube-scan-actioninfork-sonar.yml. Since this workflow runs onpull_request_target, the exception is read from the base branch — it must merge tomainbefore #285's check can go green (re-run the failed job after merging).Test plan
dependency-reviewjob on Stop executing fork-controlled Maven in the privileged fork Sonar workflow (#232) #285 and confirm it passes