Skip to content

Commit 3787ad0

Browse files
authored
Merge pull request #1393 from percona/CLOUD-946
CLOUD-946 Remove Snyk gh action
2 parents d6cbbb5 + f09002d commit 3787ad0

3 files changed

Lines changed: 0 additions & 28 deletions

File tree

.e2eignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ README.md
99
.gitignore
1010
release_versions
1111
.e2eignore
12-
.snyk

.github/workflows/scan.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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-

.snyk

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)