File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ README.md
99.gitignore
1010release_versions
1111.e2eignore
12- .snyk
Original file line number Diff line number Diff line change @@ -30,27 +30,10 @@ jobs:
3030 export DOCKER_DEFAULT_PLATFORM='linux/arm64'
3131 make build-docker-image
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/postgres-operator/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 make build-docker-image
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/postgres-operator/Dockerfile -fail-on=upgradable
56-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments