Skip to content

Commit

Permalink
Fix brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
kivanio committed Aug 7, 2023
1 parent 174a984 commit 79d294b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
ruby-version: '2.7'
bundler-cache: true

- name: Install dependencies
run: bundle install brakeman
- name: Install brakeman
run: gem install brakeman

# Execute Brakeman CLI and generate a SARIF output with the security issues identified during the analysis
- name: Scan
continue-on-error: true
run: |
bundle exec brakeman -f sarif -o output.sarif.json .
brakeman -f sarif -o output.sarif.json .
# Upload the SARIF file generated in the previous step
- name: Upload SARIF
Expand Down

0 comments on commit 79d294b

Please sign in to comment.