diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index cbc68fa44..62e05d614 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -33,7 +33,8 @@ jobs: # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options. with: comment-summary-in-pr: always - fail-on-severity: high + fail-on-severity: high + deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later # retry-on-snapshot-warnings: true - name: Build with Maven Wrapper