Skip to content

Commit

Permalink
tried to remove shell trick to Ignore Exit Code in Snyk Step
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory567 committed Aug 19, 2024
1 parent f24aa40 commit f367d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# Step 5: Run Snyk security scan
- name: Snyk Security Scan
run: snyk test --all-projects || true
run: snyk test --all-projects

docker:
needs: snyk
Expand Down

0 comments on commit f367d7c

Please sign in to comment.