From 0e2648b2199acd3acbf172c50594c6ec7dcd9d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:44:00 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.6 to 3.3.7 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.6 to 3.3.7. - [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/24fd7c9060f3c96848dd1929fac8d796fb5ae4b4...62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- .github/workflows/report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 252a41fdb..1b6594af9 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index b1f37fa2c..e80c2f12a 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 id: scan with: path: "."