mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
Disable SARIF upload until repo becomes public (#8)
This commit is contained in:
10
.github/workflows/scan.yml
vendored
10
.github/workflows/scan.yml
vendored
@@ -40,12 +40,12 @@ 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 --output-path . ${{ env.INCREMENTAL }}
|
# additional_params: --report-format sarif --output-path . ${{ env.INCREMENTAL }}
|
||||||
|
|
||||||
- name: Upload Checkmarx results to GitHub
|
# - name: Upload Checkmarx results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
# uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||||
with:
|
# with:
|
||||||
sarif_file: cx_result.sarif
|
# sarif_file: cx_result.sarif
|
||||||
|
|
||||||
quality:
|
quality:
|
||||||
name: Quality scan
|
name: Quality scan
|
||||||
|
|||||||
Reference in New Issue
Block a user