From 8a51eff96aafb641b3bd8393da78009cef3b9d0a Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 17 May 2024 12:30:46 -0500 Subject: [PATCH] remove snyk (#255) --- .github/workflows/latest-release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index 0f6387a..2b6f03f 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -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