From 41e20f7f684765d83a19d4b468b617a8b1e26c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:35:42 +0000 Subject: [PATCH] Bump anchore/scan-action from 4 to 5 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 5. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v4...v5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-openresty.yml | 2 +- .github/workflows/docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-openresty.yml b/.github/workflows/docker-openresty.yml index 2e1dae96..37ee4d17 100644 --- a/.github/workflows/docker-openresty.yml +++ b/.github/workflows/docker-openresty.yml @@ -84,7 +84,7 @@ jobs: - name: Scan SBOM id: scan - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: sbom: "sbom-openresty.json" only-fixed: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a245058b..4b13fd84 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -108,7 +108,7 @@ jobs: - name: Scan SBOM id: scan - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: sbom: "sbom.json" only-fixed: true