Skip to content

Commit

Permalink
another try to write on the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
polographer committed May 30, 2024
1 parent c50f4d1 commit edda1f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
continue-on-error: true
uses: standardnotes/brakeman-action@v1.0.0
with:
options: "--color -q -o /dev/stdout -o output.markdown"
options: "--color -o /dev/stdout -o output.markdown"
- name: Brakeman code scanning
continue-on-error: true
uses: standardnotes/brakeman-action@v1.0.0
with:
options: "--help"
- name: Write to Job Summary
run: cat output.markdown >> $GITHUB_STEP_SUMMARY

Expand Down

0 comments on commit edda1f0

Please sign in to comment.