From cd836a9f9e1f89fde5458096c38b7b41b8f6ea7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:37:55 -0500 Subject: [PATCH] chore(deps): bump docker/scout-action from 1.10.0 to 1.11.0 (#325) Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: docker/scout-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 75ebe0e..57c360d 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -117,7 +117,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Docker Scout - uses: docker/scout-action@v1.10.0 + uses: docker/scout-action@v1.11.0 with: command: cves image: '${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }}'