Skip to content

Commit

Permalink
change back to codefresh-inc/snyk-cli image
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Gal <[email protected]>
  • Loading branch information
ATGardner committed Oct 5, 2024
1 parent 0486cc9 commit 7e9aa3f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ stages:
- Prepare
- Test
- Build
# - Snyk Scan
- Push Dev

steps:
Expand Down Expand Up @@ -111,28 +110,10 @@ steps:
on:
- success

# scan-module:
# stage: Snyk Scan
# title: scan golang module
# image: snyk/snyk:golang
# shell: bash
# environment:
# - SNYK_TOKEN=${{SNYK_TOKEN}}
# commands:
# - snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}}
# when:
# steps:
# - name: prepare_env_vars
# on:
# - success
# - name: clean
# on:
# - success

scan-image:
stage: Build
title: scan docker image
image: snyk/snyk:golang
image: quay.io/codefresh/snyk-cli:latest
shell: bash
environment:
- SNYK_TOKEN=${{SNYK_TOKEN}}
Expand Down

0 comments on commit 7e9aa3f

Please sign in to comment.