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