File tree Expand file tree Collapse file tree 3 files changed +0
-27
lines changed
Expand file tree Collapse file tree 3 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,3 @@ operator.png
1010kubernetes.svg
1111.e2eignore
1212release_versions
13- .snyk
Original file line number Diff line number Diff line change @@ -30,27 +30,10 @@ jobs:
3030 export DOCKER_DEFAULT_PLATFORM='linux/arm64'
3131 ./e2e-tests/build
3232
33- - name : Run Snyk vulnerability scanner image (linux/arm64)
34- uses : snyk/actions/docker@master
35- env :
36- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
37- with :
38- image : ' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-arm64'
39- args : --platform=linux/arm64 --severity-threshold=high --exclude-base-image-vulns --file=./build/Dockerfile -fail-on=upgradable
40-
4133 - name : Build an image from Dockerfile (linux/amd64)
4234 run : |
4335 export IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
4436 export DOCKER_PUSH=0
4537 export DOCKER_SQUASH=0
4638 export DOCKER_DEFAULT_PLATFORM='linux/amd64'
4739 ./e2e-tests/build
48-
49- - name : Run Snyk vulnerability scanner image (linux/amd64)
50- uses : snyk/actions/docker@master
51- env :
52- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
53- with :
54- image : ' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64'
55- args : --platform=linux/amd64 --severity-threshold=high --exclude-base-image-vulns --file=./build/Dockerfile -fail-on=upgradable
56-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments