From 70de36aa10a29a6f937aaa16981ce075b08d6242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:30:52 +0000 Subject: [PATCH] build(deps): bump docker/scout-action from 1.20.3 to 1.20.4 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/8910519cee8ac046f3ee99686b0dc6654d5ba1a7...bacf462e8d090c09660de30a6ccc718035f961e3) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.20.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a70deb1..ff83bdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,7 +181,7 @@ jobs: - name: Docker Scout scan🛡️ if: matrix.scanner == 'scout' - uses: docker/scout-action@8910519cee8ac046f3ee99686b0dc6654d5ba1a7 + uses: docker/scout-action@bacf462e8d090c09660de30a6ccc718035f961e3 with: command: cves,sbom image: ghcr.io/ammnt/freenginx:${{ needs.build.outputs.app_version }}