Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertMickleCx committed Mar 10, 2023
1 parent bce3413 commit 5c7cf4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -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

0 comments on commit 5c7cf4b

Please sign in to comment.