Skip to content

Commit

Permalink
esttt
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Jan 29, 2024
1 parent fd39ff0 commit 040adec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
base_uri: https://deu.ast.checkmarx.net/
cx_tenant: ${{ secrets.TENANT }}
additional_params: --report-format sarif --output-path . --scan-types sast
- name: Cx report
uses: actions/upload-artifact@v3
with:
name: cx_result.pdf
path: cx_result.pdf
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 040adec

Please sign in to comment.