diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 0624688f689..f0d8e5bab6b 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -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