Skip to content

Commit

Permalink
Update brakeman_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf authored Oct 1, 2023
1 parent ee03153 commit 4c9b224
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/brakeman_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
ruby-version: 3.1

- name: Setup Brakeman
env:
BRAKEMAN_VERSION: '5.2' # SARIF support is provided in Brakeman version 4.10+
run: |
gem install brakeman --version $BRAKEMAN_VERSION
gem install brakeman
# Execute Brakeman CLI and generate a SARIF output with the security issues identified during the analysis
- name: Scan
Expand Down

0 comments on commit 4c9b224

Please sign in to comment.