Skip to content

Commit

Permalink
remove snyk (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored May 17, 2024
1 parent e036a3e commit 8a51eff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,3 @@ jobs:
"BRANCH=${{ steps.latest-tag.outputs.result }}"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Run Snyk to check Docker image for vulnerabilities
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@14818c4695ecc4045f33c9cee9e795a788711ca4
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token
# or you can signup for free at https://snyk.io/login
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ghcr.io/chia-network/chia:latest

0 comments on commit 8a51eff

Please sign in to comment.