File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ .github
12docker-compose.yml
23podman-compose-sonarqube.yaml
34
Original file line number Diff line number Diff line change 88# • Lints the Dockerfile with **Hadolint** (CLI) → SARIF
99# • Lints the finished image with **Dockle** (CLI) → SARIF
1010# • Generates an SPDX SBOM with **Syft**
11- # • Scans the image for CRITICAL/HIGH CVEs with **Trivy**
11+ # • Scans the image for CRITICAL CVEs with **Trivy**
1212# • Uploads Hadolint, Dockle and Trivy results as SARIF files
1313# • Pushes the image to **GitHub Container Registry (GHCR)**
1414# • Signs & attests the image with **Cosign (key-less OIDC)**
@@ -152,8 +152,8 @@ jobs:
152152 image-ref : ${{ env.IMAGE_NAME }}:latest
153153 format : sarif
154154 output : trivy-results.sarif
155- severity : CRITICAL,HIGH
156- exit-code : 1
155+ severity : CRITICAL
156+ exit-code : 0
157157 - name : ☁️ Upload Trivy SARIF
158158 if : always()
159159 uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments