Skip to content

Commit

Permalink
grabbing an example for brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
polographer committed May 30, 2024
1 parent 91b0d60 commit f133661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
continue-on-error: true
uses: artplan1/brakeman-action@v1.2.1
with:
flags: "--color --output output.markdown"
flags: "--color -o /dev/stdout -o output.markdown"
- name: Brakeman code scanning
continue-on-error: true
uses: artplan1/brakeman-action@v1.2.1
Expand Down

0 comments on commit f133661

Please sign in to comment.