From d46884d4884541fa75872d3b079485f369c22f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:04:24 -0800 Subject: [PATCH] gha: bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 (#2826) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/91713af97dc80187565512baba96e4364e983601...d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 1c80b378eb51..2d2f8d685cf2 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 - name: Run Trivy to check ${{ matrix.image }} Docker image for vulnerabilities - uses: aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601 # master + uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # master with: #image-ref: 'docker.io/${{ github.actor }}/${{ matrix.image }}:latest' #image-ref: 'ghcr.io/${{ github.actor }}/${{ matrix.image }}:latest'