Skip to content

Commit

Permalink
Update checkmarx-sca-scan-on-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertMickleCx authored Sep 8, 2021
1 parent 43c33e1 commit 2383181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmarx-sca-scan-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
break_build: false
scanners: sca
bug_tracker: GITHUBPULL
params: --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.head_ref }} --merge-id=${{ github.event.number }}
params: --sca.thresholds-score=8.5 --github.block-merge=true --github.error-merge=true --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.head_ref }} --merge-id=${{ github.event.number }}

0 comments on commit 2383181

Please sign in to comment.