Skip to content

Commit

Permalink
Merge pull request #1289 from alphagov/fix-brakeman
Browse files Browse the repository at this point in the history
Continue to upload SARIF on Brakeman errors
  • Loading branch information
AgaDufrat authored May 7, 2024
2 parents e224cfb + 9fc187b commit d3a0166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
bundler-cache: true

- name: Run Brakeman
continue-on-error: true
run: bundle exec brakeman . --except CheckRenderInline --quiet -f sarif >> brakeman.sarif

- name: Upload result to Github Code Scanning
Expand Down

0 comments on commit d3a0166

Please sign in to comment.