Skip to content

Commit

Permalink
Upload SARIF files as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed Jul 31, 2024
1 parent 5f8c7b0 commit eb7b94a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
path: |
**/*.received.*
- name: Upload SARIF files
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: SARIF files (${{ matrix.os }})
path: ./artifacts/obj/**/*.sarif

- name: Upload Test Report
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down

0 comments on commit eb7b94a

Please sign in to comment.