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
Describe the bug
We are hoping to use allow-dependencies-licenses to ignore internal org dependencies. Doing so seems to still warn on the fact that no licenses were found:
I cannot post more information due to internal details leakage, but the 42 count are all internal and part of the allow-dependencies-licenses config. We are able to skip the check for those that do have a license.
To Reproduce
Steps to reproduce the behavior:
Add a package (we tried maven) known to have no licenses to allow-dependencies-licenses. We used an internal one
Check the output, the warn section still mentions the package
Expected behavior
Ignoring a license should not warn that there is no license.
Describe the bug
We are hoping to use
allow-dependencies-licenses
to ignore internal org dependencies. Doing so seems to still warn on the fact that no licenses were found:I cannot post more information due to internal details leakage, but the 42 count are all internal and part of the
allow-dependencies-licenses
config. We are able to skip the check for those that do have a license.To Reproduce
Steps to reproduce the behavior:
allow-dependencies-licenses
. We used an internal oneExpected behavior
Ignoring a license should not warn that there is no license.
Version
Example
The first one shows up in the warnings, the second is skipped.
The text was updated successfully, but these errors were encountered: