Fix dash integration (#2454)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-16 15:31:14 +03:00
committed by GitHub
parent 371c726e06
commit 4c93647921
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Release
name: License Scan
on:
# enable running the workflow manually
@@ -29,6 +29,6 @@ jobs:
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
- name: Check dependency licenses with dash tool
run: mvn license-tool:license-check -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
run: mvn validate license-tool:license-check -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
env:
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}

View File

@@ -49,7 +49,7 @@ jobs:
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
- name: Check dependency licenses with dash tool
run: mvn license-tool:license-check -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
run: mvn validate license-tool:license-check -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
env:
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
#