Skip to content

Commit

Permalink
Update brakeman to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 11, 2024
1 parent 03236f0 commit 0fe0590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

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

0 comments on commit 0fe0590

Please sign in to comment.