Skip to content

Commit

Permalink
Removes Snyk (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored Feb 29, 2024
1 parent 4f45153 commit dc84e8f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,6 @@ on:
workflow_dispatch:

jobs:
snyk:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
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

Expand Down

0 comments on commit dc84e8f

Please sign in to comment.