diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index b3a2ef05c..05cae85e8 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -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)" \ No newline at end of file + category: "Container Images (hawkbit-update-server)"