Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-herd-snyk-pm authored Dec 10, 2021
1 parent 4cbc273 commit 1511fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
run: snyk test --sarif-file-output=snyk-sarif.json
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_API: "https://app.demo-st.my.snyk.io/api/v1"
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit 1511fdc

Please sign in to comment.