Update anchore-analysis.yml

This commit is contained in:
John D 2020-08-10 23:33:53 -07:00 committed by GitHub
parent 2909046a54
commit 6474b26d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,15 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v2
-
name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
qemu-version: latest
- name: Build the Docker image
run: docker build . --file ./nextdns/docker/Dockerfile --tag localbuild/testimage:latest
run: docker buildx build --platform linux/arm64 --output "type=image,push=false" --file ./nextdns/docker/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
with: