Bump anchore/scan-action from 2 to 3 (#8)

This commit is contained in:
dependabot[bot] 2021-09-06 17:50:42 +00:00 committed by GitHub
parent 659fd3d395
commit 078a3d9b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs: # Docs: <https://git.io/JvxXE>
run: docker build -f ./Dockerfile --tag 3proxy:local . run: docker build -f ./Dockerfile --tag 3proxy:local .
- name: Scan image - name: Scan image
uses: anchore/scan-action@v2 # action page: <https://github.com/anchore/scan-action> uses: anchore/scan-action@v3 # action page: <https://github.com/anchore/scan-action>
with: with:
image: 3proxy:local image: 3proxy:local
fail-build: true fail-build: true