Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 1b137c6

Browse files
authored
Removes Snyk (#39)
1 parent 10daa37 commit 1b137c6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/security.yml

-23
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ on:
1717
workflow_dispatch:
1818

1919
jobs:
20-
snyk:
21-
runs-on: ubuntu-latest
22-
23-
steps:
24-
- name: Checkout
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
26-
with:
27-
ref: ${{ github.head_ref }}
28-
29-
- name: Install Snyk
30-
uses: snyk/actions/setup@master
31-
32-
- name: Snyk VULN and License Check Test
33-
run: snyk test --all-projects --sarif-file-output=snyk.sarif
34-
env:
35-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
36-
37-
- name: Upload SARIF result to GitHub Code Scanning
38-
uses: github/codeql-action/upload-sarif@v2
39-
if: always()
40-
with:
41-
sarif_file: snyk.sarif
42-
4320
fossa:
4421
runs-on: ubuntu-latest
4522

0 commit comments

Comments
 (0)