From 007a176ecab2d9ee43e6de0a2890d9167d44fefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:49:37 -0700 Subject: [PATCH] build(deps): bump aquasecurity/trivy-action (#1046) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 559eb1224e654a86c844a795e6702a0742c60c72 to fbd16365eb88e12433951383f5e99bd901fc618f. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/559eb1224e654a86c844a795e6702a0742c60c72...fbd16365eb88e12433951383f5e99bd901fc618f) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: madhavilosetty-intel --- .github/workflows/trivy-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 9afbd15c1..f0448ae63 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -24,7 +24,7 @@ jobs: run: docker build . --file Dockerfile --tag vprodemo.azurecr.io/mps:${{ github.sha }} --tag vprodemo.azurecr.io/mps:latest - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@559eb1224e654a86c844a795e6702a0742c60c72 # master + uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # master with: image-ref: 'vprodemo.azurecr.io/mps:${{ github.sha }}' format: 'table'