Fix trivy-scan (#1508)
This commit is contained in:
5
.github/workflows/trivy-scan.yml
vendored
5
.github/workflows/trivy-scan.yml
vendored
@@ -29,7 +29,10 @@ jobs:
|
||||
|
||||
- name: Create hawkBit container images
|
||||
run: |
|
||||
mvn clean install -DskipTests -Pdocker
|
||||
mvn clean install -DskipTests && \
|
||||
cd hawkbit-runtime/docker/docker_build && \
|
||||
chmod +x build_all_dev.sh && \
|
||||
./build_all_dev.sh
|
||||
|
||||
- name: Determine most recent Trivy version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user