Skip to content

Commit

Permalink
Merge pull request #194 from tvdeyen/update-brakeman
Browse files Browse the repository at this point in the history
Update brakeman to 6.1
  • Loading branch information
tvdeyen authored Jan 11, 2024
2 parents 03236f0 + 0fe0590 commit 19e08fe
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 19e08fe

Please sign in to comment.