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: |
mvn clean install -DskipTests && \
cd docker/docker_build && \
chmod +x build_all_dev.sh && \
./build_all_dev.sh && \
chmod +x build_dev.sh && \
./build_dev.sh && \
cd ../../..
- name: Determine most recent Trivy version
@@ -82,4 +82,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
category: "Container Images (hawkbit-update-server)"
category: "Container Images (hawkbit-update-server)"