Skip to content

Commit

Permalink
sarif output
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sanchez committed Jun 10, 2024
1 parent e3cb654 commit fbd9137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Run Snyk to check configuration files for security issues
continue-on-error: true
run: |
snyk iac test --sarif-file-output=snyk.sarif --json-file-output=snyk.json
# snyk iac test --sarif-file-output=snyk.sarif --json-file-output=snyk.json
snyk iac test --sarif-file-output=snyk.sarif
echo "Snyk command completed"
echo "Listing current directory contents:"
ls -alh
Expand Down

0 comments on commit fbd9137

Please sign in to comment.