From ea785fa9dc992c8df52756501798240d63dacf91 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Thu, 1 Feb 2024 13:51:48 -0700 Subject: [PATCH] test: Disable GoSec Sarif uploading until we know why it's failing. --- .github/workflows/gosec.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index b263a773..9255ce2e 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -31,10 +31,11 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@55d79496019a560e16e73e1948dee20a1fad631a # v2.18.2 with: - args: -fmt sarif -out results.sarif ./... + # args: -fmt sarif -out results.sarif ./... + args: ./... - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: results.sarif + # - name: Upload SARIF file + # uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1 + # with: + # # Path to SARIF file relative to the root of the repository + # sarif_file: results.sarif