diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32d09b3..0d2f8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: make test - name: Trivy Scan - uses: aquasecurity/trivy-action@0.31.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: sbus-json-latency:latest scanners: vuln diff --git a/.github/workflows/periodic-trivy-scan.yml b/.github/workflows/periodic-trivy-scan.yml index 1331fea..a74b9fc 100644 --- a/.github/workflows/periodic-trivy-scan.yml +++ b/.github/workflows/periodic-trivy-scan.yml @@ -42,7 +42,7 @@ jobs: echo "tag=$semver_tag" >> $GITHUB_OUTPUT - name: Run Trivy scan and output SARIF - uses: aquasecurity/trivy-action@0.31.0 + uses: aquasecurity/trivy-action@0.32.0 continue-on-error: true with: image-ref: ghcr.io/${{ github.repository }}:${{ steps.get-tag.outputs.tag }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 301932f..bafc88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## Unreleased + +### Build + +* Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0. [dependabot[bot]] + + Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.31.0 to 0.32.0. + - [Release notes](https://github.com/aquasecurity/trivy-action/releases) + - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.31.0...0.32.0) + + --- + updated-dependencies: + - dependency-name: aquasecurity/trivy-action + dependency-version: 0.32.0 + dependency-type: direct:production + update-type: version-update:semver-minor + ... + + ## 0.2.0 (2025-06-24) ### Features