We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d94ad commit f1e5f8bCopy full SHA for f1e5f8b
.github/workflows/test.yml
@@ -25,3 +25,6 @@ jobs:
25
inputSarifFile: ./fixtures/test002.sarif
26
outputSarifFile: ./fixtures/test002.out.sarif
27
githubToken: ${{ secrets.GITHUB_TOKEN }}
28
+ - name: Display output
29
+ run: |
30
+ cat ./fixtures/test002.out.sarif
0 commit comments