We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a4d9b commit 6bab904Copy full SHA for 6bab904
.github/workflows/license-scanning-maven.yml
@@ -30,7 +30,7 @@ jobs:
30
working-directory: .
31
- name: License XML report
32
run: mvn org.codehaus.mojo:license-maven-plugin:2.0.0:download-licenses
33
- working-directory: maven
+ working-directory: .
34
- name: Validate XML report
35
run: |
36
LICENSE_REPORT=`xq "//dependency[licenses/license/name!=${{ env.ALLOW_LICENSES }}]" ./${{ env.REPORT_PATH }}`
0 commit comments