From 5c7cf4bba4b88a3fb9aab562e70a2ee6c7a745b6 Mon Sep 17 00:00:00 2001 From: RobertMickleCx <88998525+RobertMickleCx@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:34:48 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e06d67629..f20cf5547 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,8 @@ jobs: cx_client_secret: ${{ secrets.CX_SECRET }} #additional_params: --threshold "sast-medium=20; sast-high=10; sca-high=10" #set thresholds additional_params: --scan-types iac-security,sast,sca # --report-format sarif --output-path . - # - name: Upload SARIF file - # uses: github/codeql-action/upload-sarif@v2 - # with: - # # Path to SARIF file relative to the root of the repository - # sarif_file: cx_result.sarif + - name: Upload SARIF file + uses: github/codeql-action/upload-sarif@v2 + with: + # Path to SARIF file relative to the root of the repository + sarif_file: cx_result.sarif