mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
Pipe scanning parameters
This commit is contained in:
parent
6b599b889e
commit
e9784e4a17
3
.github/workflows/scan.yml
vendored
3
.github/workflows/scan.yml
vendored
@ -40,7 +40,8 @@ jobs:
|
|||||||
base_uri: https://ast.checkmarx.net/
|
base_uri: https://ast.checkmarx.net/
|
||||||
cx_client_id: ${{ secrets.CHECKMARX_CLIENT_ID }}
|
cx_client_id: ${{ secrets.CHECKMARX_CLIENT_ID }}
|
||||||
cx_client_secret: ${{ secrets.CHECKMARX_SECRET }}
|
cx_client_secret: ${{ secrets.CHECKMARX_SECRET }}
|
||||||
additional_params: --report-format sarif \
|
additional_params: |
|
||||||
|
--report-format sarif \
|
||||||
--filter "state=TO_VERIFY;PROPOSED_NOT_EXPLOITABLE;CONFIRMED;URGENT" \
|
--filter "state=TO_VERIFY;PROPOSED_NOT_EXPLOITABLE;CONFIRMED;URGENT" \
|
||||||
--output-path . ${{ env.INCREMENTAL }}
|
--output-path . ${{ env.INCREMENTAL }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user