From edda1f0d346748ea33fa50b7b7cf1bc171cdefd0 Mon Sep 17 00:00:00 2001 From: "Marco (Polo) Ornelas" Date: Thu, 30 May 2024 14:30:24 -0400 Subject: [PATCH] another try to write on the summary --- .github/workflows/security-checks.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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