Skip to content

Commit

Permalink
[GHA] Exclude AND conditions in the allowed licenses list (openvinoto…
Browse files Browse the repository at this point in the history
…olkit#27478)

### Details:
- Addressed
actions/dependency-review-action#842

### Tickets:
 - *ticket-id*
  • Loading branch information
mryzhov authored Nov 8, 2024
1 parent 51062ea commit 8bfd994
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ fail-on-severity: 'low'
allow-licenses:
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'BSD-2-Clause AND BSD-3-Clause'
- 'BSD-3-Clause AND BSD-3-Clause-Clear'
- 'BSD-3-Clause-Clear'
- 'MIT'
- 'Apache-2.0'
- 'Apache-2.0 AND BSD-3-Clause'
- 'ISC'
- 'Apache-2.0 AND MIT'
- 'BlueOak-1.0.0'
- '0BSD'
- 'Python-2.0'
Expand Down

0 comments on commit 8bfd994

Please sign in to comment.