From 8fede3f09c9a3aa7293acdf95c0e76e5ef78ff95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:32:24 +0000 Subject: [PATCH] build(deps): bump aquasecurity/trivy-action Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from e602665a11b530ef6d75951b866d4eea32732be9 to 559eb1224e654a86c844a795e6702a0742c60c72. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/e602665a11b530ef6d75951b866d4eea32732be9...559eb1224e654a86c844a795e6702a0742c60c72) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 1dee6eea..f7ae8d79 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/rpc-go:${{ github.sha }} --tag vprodemo.azurecr.io/rpc-go:latest - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@e602665a11b530ef6d75951b866d4eea32732be9 # master + uses: aquasecurity/trivy-action@559eb1224e654a86c844a795e6702a0742c60c72 # master with: image-ref: 'vprodemo.azurecr.io/rpc-go:${{ github.sha }}' format: 'table'