Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelton15 authored Jul 17, 2024
1 parent b06d296 commit 75de018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
- name: Snyk Open Source monitor
run: snyk auth $SNYK_TOKEN && snyk monitor --all-projects
run: snyk auth ${{ secrets.SNYK_TOKEN }} && snyk monitor --all-projects

# Runs Snyk Infrastructure as Code (IaC) analysis and uploads result to Snyk.
# Use || true to not fail the pipeline.
Expand Down

0 comments on commit 75de018

Please sign in to comment.