From b5caae71f606bb893eae7c0b6dd966861c90b952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:10:50 +0000 Subject: [PATCH] Bump anchore/scan-action from 7.2.2 to 7.2.3 in the github-actions group Bumps the github-actions group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action). Updates `anchore/scan-action` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/scan-action/compare/3c9a191a0fbab285ca6b8530b5de5a642cba332f...62b74fb7bb810d2c45b1865f47a77655621862a5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/research-vuln-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/research-vuln-scan.yml b/.github/workflows/research-vuln-scan.yml index 5c54b9f..b5a8894 100644 --- a/.github/workflows/research-vuln-scan.yml +++ b/.github/workflows/research-vuln-scan.yml @@ -60,7 +60,7 @@ jobs: password: ${{ secrets.GREENBONE_REGISTRY_READ_TOKEN }} - name: Run the Anchore Grype scan action - uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f + uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 id: grype with: image: '${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'