From 1168dec7a00476a3ff3af4270743d88b7a753608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:33:23 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.7 to 3.6.3 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.7 to 3.6.3. - [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/62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0...1c57367e29d11f99ae56571e49f95f1a1991945e) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index f0d1c72..32f6ddb 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -41,7 +41,7 @@ jobs: - name: Pull the Docker image run: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/honeybadger - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 + uses: anchore/scan-action@1c57367e29d11f99ae56571e49f95f1a1991945e with: image: "${{ secrets.DOCKERHUB_USERNAME }}/honeybadger" acs-report-enable: true