Skip to content

Commit

Permalink
delete vulnerabilities check for jenkins image #3049
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Apr 16, 2023
1 parent e76f631 commit cd27b00
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Run Snyk to check Docker image for vulnerabilities - jenkins
continue-on-error: true
uses: snyk/actions/docker@806182742461562b67788a64410098c9d9b96adb
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ${{ secrets.DOCKERHUB_USER }}/jenkins
args: --severity-threshold=critical --file=kubernetes/monitoring/jenkins/Dockerfile
- name: rename sarif file
run: mv snyk.sarif jenkins.sarif

- name: Build and push - ab
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit cd27b00

Please sign in to comment.