From c23a251e2965eec90d9adc64081f61b8046c78e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:50:25 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.34.1 to 0.34.2 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.34.1 to 0.34.2. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/e368e328979b113139d6f9068e03accaed98a518...97e0b3872f55f89b95b2f65b3dbab56962816478) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security-audit.yml | 4 ++-- .github/workflows/security.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 1607431e..5ae70b2a 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -231,7 +231,7 @@ jobs: docker build -t ${{ steps.image.outputs.name }}:scan -f ${{ matrix.dockerfile }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.28.0 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.28.0 with: image-ref: '${{ steps.image.outputs.name }}:scan' format: 'sarif' @@ -240,7 +240,7 @@ jobs: ignore-unfixed: true - name: Run Trivy (table output) - uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.28.0 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.28.0 with: image-ref: '${{ steps.image.outputs.name }}:scan' format: 'table' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 57f8d0ea..bbf91d3a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -285,7 +285,7 @@ jobs: docker build -t cicd-hyper-a:scan -f deploy/Containerfile . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.28.0 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.28.0 with: image-ref: 'cicd-hyper-a:scan' format: 'sarif'