Skip to content

Commit

Permalink
Update snyk-security1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-mobb authored Jan 9, 2024
1 parent 084a4ef commit 2981199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run Snyk SAST scan
run:
npx snyk auth ${{ secrets.SNYK_API_KEY }} && npx snyk code test --sarif-file-output=/home/runner/report.json ./
npx snyk auth ${{ secrets.SNYK_TOKEN }} && npx snyk code test --sarif-file-output=/home/runner/report.json ./
shell: bash -l {0}

- name: Run Mobb on the findings and get fixes
Expand Down

0 comments on commit 2981199

Please sign in to comment.