1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-04-18 11:03:47 +02:00

anchore: s/image-reference/image/

This commit is contained in:
Frank Denis 2020-12-12 12:54:21 +01:00
parent bfcaa89430
commit a1016974e0

View File

@ -21,7 +21,7 @@ jobs:
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@main
with:
image-reference: "localbuild/testimage:latest"
image: "localbuild/testimage:latest"
dockerfile-path: "Dockerfile"
acs-report-enable: true
- name: Upload Anchore Scan Report