Skip to content

Commit

Permalink
Update brakeman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt257 authored Mar 27, 2024
1 parent 2327a7a commit 7b57f40
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,16 @@ jobs:
- name: List output files
run: ls -la


# Save the SARIF file as an Artifact, because github/codeql-action/upload-sarif@v3 doesn't seem to work
- name: Upload SARIF as an Artifact
uses: actions/upload-artifact@v2
with:
name: brakeman-sarif-report
path: path/to/brakeman.sarif

# Upload the SARIF file generated in the previous step
- name: Upload SARIF
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: brakeman.sarif

0 comments on commit 7b57f40

Please sign in to comment.