Skip to content

Commit 6ee0ce5

Browse files
authored
CLOUD-946 Remove Snyk gh action (#2334)
1 parent 5a111f8 commit 6ee0ce5

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

.e2eignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ operator.png
1010
kubernetes.svg
1111
.e2eignore
1212
release_versions
13-
.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
./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-

.snyk

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

0 commit comments

Comments
 (0)