mirror of
https://github.com/ilteoood/docker-surfshark.git
synced 2026-01-03 11:24:51 +01:00
Included image scan
This commit is contained in:
11
.github/workflows/build_only.yml
vendored
11
.github/workflows/build_only.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user