From c012e3cb7e187e9a0ca74309d99ed78a017f1ceb Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 28 Mar 2024 11:05:03 -0400 Subject: [PATCH] Disable SARIF upload until repo becomes public (#8) --- .github/workflows/scan.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 7b82c20183..cc680a4c00 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -40,12 +40,12 @@ jobs: base_uri: https://ast.checkmarx.net/ cx_client_id: ${{ secrets.CHECKMARX_CLIENT_ID }} cx_client_secret: ${{ secrets.CHECKMARX_SECRET }} - additional_params: --report-format sarif --output-path . ${{ env.INCREMENTAL }} + # additional_params: --report-format sarif --output-path . ${{ env.INCREMENTAL }} - - name: Upload Checkmarx results to GitHub - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 - with: - sarif_file: cx_result.sarif + # - name: Upload Checkmarx results to GitHub + # uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + # with: + # sarif_file: cx_result.sarif quality: name: Quality scan