mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update anchore-analysis.yml
This commit is contained in:
parent
2909046a54
commit
6474b26d03
9
.github/workflows/anchore-analysis.yml
vendored
9
.github/workflows/anchore-analysis.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user