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
Run actions/dependency-review-action@v3
with:
fail-on-severity: high
fail-on-scopes: runtime
deny-licenses: GPL-2.0
comment-summary-in-pr: on-failure
And the following license is triggering the deny action:
The following dependencies have incompatible licenses:
Gemfile.lock » [email protected] – License: MIT OR (Artistic-2.0 OR GPL-2.0-or-later)
Error: Dependency review detected incompatible licenses.
Given the case of a dependency under multiple licenses with the OR statement, if one of them is denied and the others are not explicitly denied/allowed, shouldn't this pass be valid?
Thank you!
The text was updated successfully, but these errors were encountered:
@alima-workato Thanks for the report. This is not the behavior we want, but it's not unexpected either. We need to fix one of our dependencies before we can get those conditionals working. PRs are welcome for #670, or you can follow that issue to get updates when this is fixed.
Hello team,
We have the following action setup:
And the following license is triggering the deny action:
Given the case of a dependency under multiple licenses with the OR statement, if one of them is denied and the others are not explicitly denied/allowed, shouldn't this pass be valid?
Thank you!
The text was updated successfully, but these errors were encountered: