From 77dd4d0e426fe3dfa0b7a44df6cc9151e4cefced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:43:21 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.33.1 --- .github/workflows/create-release.yml | 2 +- .github/workflows/scans.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a6b7995..71c1eb5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Generate SBOM (CycloneDX) - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' scan-ref: '.' diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 94cdfed..fa48754 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Generate Trivy GitHub report - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' scan-ref: '.' @@ -28,7 +28,7 @@ jobs: github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Generate Trivy SARIF report - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' scan-ref: '.'