We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5d912 commit b8e9520Copy full SHA for b8e9520
1 file changed
.github/workflows/snyk-security.yml
@@ -50,20 +50,6 @@ jobs:
50
env:
51
# This is where you will need to introduce the Snyk API token created with your Snyk account
52
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 }}
67
68
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
69
# Use || true to not fail the pipeline
0 commit comments