Skip to content

Commit 1c5d413

Browse files
authored
Update checkmarx-sca-scan-on-push.yml
Lab 1: create new project + enable EP
1 parent f7a6654 commit 1c5d413

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/checkmarx-sca-scan-on-push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkmarx CxFlow Action
2727
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1 # GitHub Action version
2828
with:
29-
project: MFCx_CxFlow_JavaVulnLab-02 # <-- Insert Checkmarx CxSCA Project Name
29+
project: MFCx_CxFlow_JavaVulnLab-03 # <-- Insert Checkmarx CxSCA Project Name
3030
sca_api_url: https://api.scacheckmarx.com
3131
sca_app_url: https://sca.scacheckmarx.com
3232
sca_access_control_url: https://platform.checkmarx.net
@@ -36,7 +36,7 @@ jobs:
3636
break_build: false
3737
scanners: sca
3838
bug_tracker: GitHub
39-
params: --sca.team-for-new-projects='/CxServer/SCA-PM/Champions/cxflow-demo' --sca.filter-score=8.0 --sca.filter-severity=HIGH --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
39+
params: --sca.includeSources=true --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
4040
# Lab 1: params: --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
4141
# Lab 2: params: --sca.filter-severity=HIGH --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
4242
# Lab 3: params: --sca.filter-score=8.0 --sca.filter-severity=HIGH --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
@@ -45,3 +45,5 @@ jobs:
4545
# Lab 6: params: --sca.includeSources=true --sca.enabledZipScan=true --sca.filter-score=8.0 --sca.filter-severity=HIGH --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
4646
# Lab 7: teams on runs for new projects
4747
# params: --sca.team-for-new-projects='/CxServer/SCA-PM/Champions/cxflow-demo' --sca.filter-score=8.0 --sca.filter-severity=HIGH --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}
48+
# Lab 1 + Exploitable path w. --sca.includeSources=true
49+
# params: --sca.includeSources=true --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }}

0 commit comments

Comments
 (0)