mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Attempt without scan parameter piping
This commit is contained in:
parent
e9784e4a17
commit
9b24dfc160
5
.github/workflows/scan.yml
vendored
5
.github/workflows/scan.yml
vendored
@ -40,10 +40,7 @@ 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 \
|
||||
--filter "state=TO_VERIFY;PROPOSED_NOT_EXPLOITABLE;CONFIRMED;URGENT" \
|
||||
--output-path . ${{ env.INCREMENTAL }}
|
||||
additional_params: --report-format sarif --filter "state=TO_VERIFY;PROPOSED_NOT_EXPLOITABLE;CONFIRMED;URGENT" --output-path . ${{ env.INCREMENTAL }}
|
||||
|
||||
- name: Upload Checkmarx results to GitHub
|
||||
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
|
Loading…
Reference in New Issue
Block a user