From 82be6ae425366cb0a5d66899dbfb50f74ac73b95 Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Thu, 29 Feb 2024 17:37:54 -0500 Subject: [PATCH] Removes Snyk (#434) --- .github/workflows/security.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 8d937a312..345767f74 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,29 +17,6 @@ on: workflow_dispatch: jobs: - snyk: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 - with: - ref: ${{ github.head_ref }} - - - name: Install Snyk - uses: snyk/actions/setup@master - - - name: Snyk VULN and License Check Test - run: snyk test --all-projects --sarif-file-output=snyk.sarif - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - - - name: Upload SARIF result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 - if: always() - with: - sarif_file: snyk.sarif - fossa: runs-on: ubuntu-latest