From 30c7abb0b69ca8980956f9fde82038ae43d50291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:41:25 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.5 to 3.3.6 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.6. - [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/4be3c24559b430723e51858969965e163b196957...24fd7c9060f3c96848dd1929fac8d796fb5ae4b4) --- 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 da28b0bed..f7a2c5bb7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index be88e2664..5d1b70ec5 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan with: path: "."