Included image scan

This commit is contained in:
iLTeoooD
2020-03-15 17:07:27 +01:00
parent 5bd5076efd
commit b0538eabf9

View File

@@ -16,4 +16,13 @@ jobs:
with:
tag: latest,1.0
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
imageName: ilteoood/docker-surfshark
imageName: ilteoood/docker-surfshark
- name: Scan image
uses: anchore/scan-action@master
with:
image-reference: "ilteoood/docker-surfshark:latest"
dockerfile-path: "./Dockerfile"
fail-build: true
include-app-packages: true
- name: Anchore inline scan JSON results
run: for j in `ls ./anchore-reports/*.json`; do echo "---- ${j} ----"; cat ${j}; echo; done