Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
Auth into snyk
  • Loading branch information
thomasphung authored Jul 16, 2024
1 parent dff2b51 commit 3d0c198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
# This is where you will need to introduce the Snyk API token created with your Snyk account
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Authenticate into Snyk
run: snyk auth $SNYK_TOKEN

# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
# Use || true to not fail the pipeline
# - name: Snyk Code test
Expand Down

0 comments on commit 3d0c198

Please sign in to comment.