1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2026-01-18 11:51:33 +01:00

Switch anchore branch to main

This commit is contained in:
Frank Denis 2020-12-12 01:13:24 +01:00
parent 27c8ab16da
commit cbc66bd7f1

@ -19,7 +19,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@master
uses: anchore/scan-action@main
with:
image-reference: "localbuild/testimage:latest"
dockerfile-path: "Dockerfile"