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
1
2
docker-compose.yml
2
3
podman-compose-sonarqube.yaml
3
4
Original file line number Diff line number Diff line change 8
8
# • Lints the Dockerfile with **Hadolint** (CLI) → SARIF
9
9
# • Lints the finished image with **Dockle** (CLI) → SARIF
10
10
# • 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**
12
12
# • Uploads Hadolint, Dockle and Trivy results as SARIF files
13
13
# • Pushes the image to **GitHub Container Registry (GHCR)**
14
14
# • Signs & attests the image with **Cosign (key-less OIDC)**
@@ -152,8 +152,8 @@ jobs:
152
152
image-ref : ${{ env.IMAGE_NAME }}:latest
153
153
format : sarif
154
154
output : trivy-results.sarif
155
- severity : CRITICAL,HIGH
156
- exit-code : 1
155
+ severity : CRITICAL
156
+ exit-code : 0
157
157
- name : ☁️ Upload Trivy SARIF
158
158
if : always()
159
159
uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments