Skip to content

Commit

Permalink
Update Brakeman
Browse files Browse the repository at this point in the history
For better view_component support
  • Loading branch information
tvdeyen committed Sep 5, 2024
1 parent fa03b6d commit 31fa32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup Brakeman
env:
BRAKEMAN_VERSION: "6.1" # SARIF support is provided in Brakeman version 4.10+
BRAKEMAN_VERSION: "6.2" # SARIF support is provided in Brakeman version 4.10+
run: |
gem install brakeman --version $BRAKEMAN_VERSION
Expand Down

0 comments on commit 31fa32d

Please sign in to comment.