Update trivy-scan.yml with correct docker build sh file
This commit is contained in:
committed by
GitHub
parent
970a434339
commit
724341e1ce
6
.github/workflows/trivy-scan.yml
vendored
6
.github/workflows/trivy-scan.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mvn clean install -DskipTests && \
|
mvn clean install -DskipTests && \
|
||||||
cd docker/docker_build && \
|
cd docker/docker_build && \
|
||||||
chmod +x build_all_dev.sh && \
|
chmod +x build_dev.sh && \
|
||||||
./build_all_dev.sh && \
|
./build_dev.sh && \
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
- name: Determine most recent Trivy version
|
- name: Determine most recent Trivy version
|
||||||
@@ -82,4 +82,4 @@ jobs:
|
|||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
|
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
|
||||||
category: "Container Images (hawkbit-update-server)"
|
category: "Container Images (hawkbit-update-server)"
|
||||||
|
|||||||
Reference in New Issue
Block a user