From 4b63c4f6fd29d532165f30a20061954d4ec6f8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 20:16:26 +1000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 2 to 2.0.4 (#147) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 2 to 2.0.4. - [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/v2...v2.0.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21a92e9..943d3b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Scan image - uses: anchore/scan-action@v2 + uses: anchore/scan-action@v2.0.4 with: image: "hipages/php-fpm_exporter:latest" fail-build: true