Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-sherman authored Nov 1, 2022
1 parent 5671b82 commit 289fc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
zip -r "$DATABASE_ZIP" "$DATABASE_DIR"
echo "::set-output name=zip::$DATABASE_ZIP"
- name: Extract CSV from SARIF
uses: mr-sherman/sarif-to-csv@v2
uses: mr-sherman/sarif-to-csv@v2.1
with:
input-file: "/home/runner/work/${{ github.event.repository.name }}/results/${{ matrix.language }}.sarif"
output-file: "/home/runner/work/${{ github.event.repository.name }}/results/${{ matrix.language }}.csv"
Expand Down

0 comments on commit 289fc49

Please sign in to comment.