From c381bafb8ed7c9bec99b634ca95cec1052a28708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 02:43:56 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.20.0 to 0.33.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.33.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.20.0...0.33.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-lightweight.yml | 2 +- .github/workflows/docker-publish.yml | 4 ++-- .github/workflows/security.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-lightweight.yml b/.github/workflows/docker-lightweight.yml index 6a98f57..63968df 100644 --- a/.github/workflows/docker-lightweight.yml +++ b/.github/workflows/docker-lightweight.yml @@ -24,7 +24,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Trivy image scan - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: 'dspy-lightweight:ci' severity: 'CRITICAL,HIGH' diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0a8fdae..cd75878 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -34,7 +34,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Trivy image scan (latest) - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: 'ghcr.io/${{ github.repository_owner }}/dspy-lightweight:latest' severity: 'CRITICAL,HIGH' @@ -42,7 +42,7 @@ jobs: output: 'trivy-publish-latest.sarif' exit-code: '0' - name: Trivy image scan (tag) - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: 'ghcr.io/${{ github.repository_owner }}/dspy-lightweight:${{ github.ref_name }}' severity: 'CRITICAL,HIGH' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cf76601..185833d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Trivy filesystem scan - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' severity: 'CRITICAL,HIGH'