From 078a3d9b79277a4333572bb27ebae330b23ecadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 17:50:42 +0000 Subject: [PATCH] Bump anchore/scan-action from 2 to 3 (#8) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d36b8e..b36bc3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: # Docs: run: docker build -f ./Dockerfile --tag 3proxy:local . - name: Scan image - uses: anchore/scan-action@v2 # action page: + uses: anchore/scan-action@v3 # action page: with: image: 3proxy:local fail-build: true