From 8454b06d6653dc1eb88324c3bbd27c0696116f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:28:59 +0530 Subject: [PATCH] ci: bump docker/scout-action in the github-actions group (#2) Bumps the github-actions group with 1 update: [docker/scout-action](https://github.com/docker/scout-action). Updates `docker/scout-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: docker/scout-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d63aea..1969edb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: file: Dockerfile - name: Docker Scout Scan - uses: docker/scout-action@v1.12.0 + uses: docker/scout-action@v1.13.0 with: command: quickview, cves image: ${{ vars.DOCKER_USERNAME }}/wakatime-leaderboards:latest