Skip to content

Commit

Permalink
Merge pull request #1559 from alphagov/update-brakeman
Browse files Browse the repository at this point in the history
Brakeman: return a zero status code if any warnings are found
  • Loading branch information
brucebolt authored Jan 3, 2025
2 parents a3ce8e1 + a4e5e9a commit b46c4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
bundler-cache: true

- name: Run Brakeman
continue-on-error: true
run: |
bundle exec brakeman . --except CheckRenderInline --quiet \
--no-exit-on-warn --no-exit-on-error \
-o brakeman.json -o brakeman.sarif
- name: Upload SARIF to GitHub
Expand Down

0 comments on commit b46c4bc

Please sign in to comment.