Update trivy-scan.yml with correct docker build sh file

This commit is contained in:
Stanislav Trailov
2025-02-28 15:35:14 +02:00
committed by GitHub
parent 970a434339
commit 724341e1ce

View File

@@ -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)"