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
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ jobs:
format: 'table'
severity: 'CRITICAL,HIGH'
exit-code: '0'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'
continue-on-error: true

Expand All @@ -669,7 +669,7 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'
continue-on-error: true

Expand Down Expand Up @@ -882,7 +882,7 @@ jobs:
trivyignores: '.trivyignore'
severity: 'CRITICAL,HIGH'
exit-code: '0'
version: 'v0.71.2'
version: 'v0.72.0'

- name: Run Trivy scan on PR image (SARIF - blocking)
id: trivy-scan
Expand All @@ -897,7 +897,7 @@ jobs:
# Keep scanning strict for CRITICAL/HIGH; fail is enforced explicitly
# at the end so SARIF upload and summaries still run.
exit-code: '1'
version: 'v0.71.2'
version: 'v0.72.0'
continue-on-error: true

- name: Check Trivy PR SARIF exists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ jobs:
image-ref: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:nightly@${{ needs.build-and-push-nightly.outputs.digest }}
format: 'sarif'
output: 'trivy-nightly.sarif'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'

- name: Upload Trivy results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
format: 'sarif'
output: 'trivy-binary-results.sarif'
severity: 'CRITICAL,HIGH,MEDIUM'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'
config: 'trivy.yaml'
continue-on-error: true
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
format: 'table'
severity: 'CRITICAL,HIGH'
exit-code: '1'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'
config: 'trivy.yaml'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-weekly-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
format: 'table'
severity: 'CRITICAL,HIGH'
exit-code: '1' # Fail workflow if vulnerabilities found
version: 'v0.71.2'
version: 'v0.72.0'
continue-on-error: true

- name: Run Trivy vulnerability scanner (SARIF)
Expand All @@ -116,7 +116,7 @@ jobs:
format: 'sarif'
output: 'trivy-weekly-results.sarif'
severity: 'CRITICAL,HIGH,MEDIUM'
version: 'v0.71.2'
version: 'v0.72.0'
trivyignores: '.trivyignore'

- name: Upload Trivy results to GitHub Security
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
format: 'json'
output: 'trivy-weekly-results.json'
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
version: 'v0.71.2'
version: 'v0.72.0'

- name: Upload Trivy JSON results
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
Expand Down
Loading