Fix Dash tool integration (#2455)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
4
.github/workflows/license-scan.yml
vendored
4
.github/workflows/license-scan.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
license-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -29,6 +29,6 @@ jobs:
|
|||||||
- name: Check file license headers
|
- name: Check file license headers
|
||||||
run: mvn license:check -Plicense --batch-mode
|
run: mvn license:check -Plicense --batch-mode
|
||||||
- name: Check dependency licenses with dash tool
|
- name: Check dependency licenses with dash tool
|
||||||
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
|
run: mvn install -DskipTests 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:
|
env:
|
||||||
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Check file license headers
|
- name: Check file license headers
|
||||||
run: mvn license:check -Plicense --batch-mode
|
run: mvn license:check -Plicense --batch-mode
|
||||||
- name: Check dependency licenses with dash tool
|
- name: Check dependency licenses with dash tool
|
||||||
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
|
run: mvn install -DskipTests 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:
|
env:
|
||||||
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
||||||
#
|
#
|
||||||
|
|||||||
2
.github/workflows/trivy-scan.yml
vendored
2
.github/workflows/trivy-scan.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scan:
|
trivy-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user