Skip to content

Commit

Permalink
Update snyk-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Framimarshal authored Mar 18, 2024
1 parent 1befe2d commit 74072a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: snyk code test --org=${{ secrets.SNYK_ORG }} --sarif > snyk-sarif2.json
continue-on-error: true
env:
SNYK_TOKEN: bfc9e943-cd22-4fdf-8fa4-c468a07911bc
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit 74072a9

Please sign in to comment.