Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

# Trivy Image Scan (SARIF)
- name: Trivy scan
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
scan-type: image
image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

# Trivy scannt das lokale Image (kein GHCR-Pull nötig)
- name: Trivy scan (local image)
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
scan-type: image
image-ref: ${{ env.LOCAL_TAG }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Trivy FS (SARIF)
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
continue-on-error: true
with:
scan-type: fs
Expand All @@ -145,7 +145,7 @@ jobs:
category: trivy-fs-rebuild

- name: Trivy Image (gate)
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: scan:${{ github.sha }}
format: table
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Trivy Image (SARIF)
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: scan:${{ github.sha }}
format: sarif
Expand All @@ -238,7 +238,7 @@ jobs:
hide-progress: true

- name: Trivy Image (enforce severity)
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: scan:${{ github.sha }}
severity: CRITICAL,HIGH
Expand Down