-
Notifications
You must be signed in to change notification settings - Fork 3k
Scancode: Fix false positive reported by scancode output analyser script #13745
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
Conversation
@hugueskamba, thank you for your changes. |
0e5a81a
to
f3c54c2
Compare
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.
What's the relationship between this PR and #13703? Is 13703 going to be closed?
f3c54c2
to
584fa7a
Compare
Pull request has been modified.
e093429
to
9518d6a
Compare
9518d6a
to
c28f4b1
Compare
23b5a85
to
5306452
Compare
5306452
to
58bfd93
Compare
We found 3 PRs affected by the bug that this PR is fixing (it should fix it). I would like to merge this asap to unblock other PRs for the upcoming release. @rwalton-arm would you review again? |
Jenkins CI Test : ❌ FAILEDBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I restarted the client, not related |
CI restarted (pr-head was red, the rest was green) |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
ScanCode
can possibly return many licenses found for a single file scanned.This commit ensures that the file is not reported as lacking a permissive license
if at least one license found in it is permissive.
Previously the script was reporting an issue if it found at least one license
in a file that was not permissive.
Additionally catch more errors and provide specific details about failures.
Provide unit test.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers