From 762237aea238c296394813ce0200d09eeb120c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:50:41 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.6 to 3.3.8 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.6 to 3.3.8. - [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...896d5f410043987c8fe18f60d91bf199e436840c) --- 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 cae19e9c4..9a3cf3a4e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -112,7 +112,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@896d5f410043987c8fe18f60d91bf199e436840c id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 8c361aa0a..d5ce0a638 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,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@896d5f410043987c8fe18f60d91bf199e436840c id: scan with: path: "."