Merge pull request #10314 from jibees/upgrade-Brakeman-version

Upgrade brakeman to its latest version
This commit is contained in:
David Cook
2023-01-25 10:03:30 +11:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ jobs:
- name: Setup Brakeman
env:
BRAKEMAN_VERSION: '4.10' # SARIF support is provided in Brakeman version 4.10+
BRAKEMAN_VERSION: '5.4.0'
run: |
gem install brakeman --version $BRAKEMAN_VERSION