Skip to content

Commit

Permalink
chore: try to redirect output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed May 10, 2024
1 parent 81db0ac commit 3feb86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: "Run Slither analysis"
id: slither
run:
slither . --ignore-compile --sarif results.sarif --fail-none && echo "sariff=$(cat results.sarif)" >> "$GITHUB_OUTPUT"
slither . --ignore-compile --sarif results.sarif --fail-none && echo "sariff=$(cat results.sarif)"

- name: "Upload SARIF file to GitHub code scanning"
uses: "github/codeql-action/upload-sarif@v2"
Expand Down

0 comments on commit 3feb86e

Please sign in to comment.