Skip to content

Commit b8e9520

Browse files
authored
Update snyk-security.yml
1 parent 0c5d912 commit b8e9520

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/snyk-security.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ jobs:
5050
env:
5151
# This is where you will need to introduce the Snyk API token created with your Snyk account
5252
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
53-
54-
- name: Set up Node.js (for Snyk CLI)
55-
56-
uses: actions/setup-node@v4
57-
with:
58-
node-version: 20
59-
60-
- name: Install Snyk CLI
61-
run: npm install -g snyk
62-
63-
- name: Authenticate Snyk
64-
run: snyk auth $SNYK_TOKEN
65-
env:
66-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
6753

6854
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
6955
# Use || true to not fail the pipeline

0 commit comments

Comments
 (0)