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
6 changes: 3 additions & 3 deletions .github/workflows/integrations-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:

- name: Install Syft (SBOM)
if: ${{ matrix.generate_sbom && steps.meta.outputs.has_tags == 'true' }}
uses: anchore/sbom-action/download-syft@v0.21.0
uses: anchore/sbom-action/download-syft@v0.22.2

- name: Generate SBOMs (CycloneDX)
id: sbom
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:

- name: Trivy vulnerability scan (HIGH/CRITICAL)
if: ${{ steps.meta.outputs.has_tags == 'true' }}
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
# Gate on HIGH/CRITICAL with fixes available (vendor/unfixed CVEs are still surfaced by the next step).
# This avoids blocking nightly builds on upstream issues we can't remediate immediately, while keeping
Expand All @@ -393,7 +393,7 @@ jobs:

- name: Trivy vulnerability scan report (includes unfixed)
if: ${{ steps.meta.outputs.has_tags == 'true' }}
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: ${{ steps.meta.outputs.primary_tag }}
format: table
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/self-hosted-builds-hardened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Scan Ollama CUDA with Trivy
if: github.event_name != 'pull_request'
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: ${{ env.IMAGE_PREFIX }}/pmoves-ollama:cuda-${{ github.sha }}
format: sarif
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Scan Hi-RAG GPU with Trivy
if: github.event_name != 'pull_request'
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: ${{ env.IMAGE_PREFIX }}/pmoves-hirag-gateway:gpu-${{ github.sha }}
format: sarif
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:

- name: Scan ${{ matrix.service.name }} with Trivy
if: github.event_name != 'pull_request'
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: ${{ env.IMAGE_PREFIX }}/pmoves-${{ matrix.service.name }}:${{ github.sha }}
format: sarif
Expand Down
203 changes: 133 additions & 70 deletions README.md

Large diffs are not rendered by default.

Loading
Loading