From dc800335a5f6447a87d34806aa3ebfc14e8abd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:43:40 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/b2933f565dbc598b29947660e66259e3c7bc8561...fd25fed6972e341ff0007ddb61f77e88103953c2) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/trivy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index f362782d81..b436ef0e53 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -58,7 +58,7 @@ jobs: cd health-probe-proxy && make build-health-probe-proxy-image && cd .. - name: Run Trivy scanner CCM - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # master with: image-ref: 'local/azure-cloud-controller-manager:${{ github.sha }}' format: 'sarif' @@ -72,7 +72,7 @@ jobs: sarif_file: 'trivy-ccm-results.sarif' category: azure-cloud-controller-manager-image - name: Run Trivy scanner CNM - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # master with: image-ref: 'local/azure-cloud-node-manager:${{ github.sha }}-linux-amd64' format: 'sarif' @@ -86,7 +86,7 @@ jobs: sarif_file: 'trivy-cnm-linux-results.sarif' category: azure-cloud-node-manager-linux-image - name: Run Trivy scanner health-probe-proxy - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # master with: image-ref: 'local/health-probe-proxy:${{ github.sha }}' format: 'sarif' @@ -101,7 +101,7 @@ jobs: category: health-probe-proxy-linux-image - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # master with: scan-type: 'fs' ignore-unfixed: true