We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f822b27 commit 1af10e8Copy full SHA for 1af10e8
test/integration/scan_test.go
@@ -636,7 +636,7 @@ func TestScanCreateWithThresholdShouldBlock(t *testing.T) {
636
flag(params.SourcesFlag), Zip,
637
flag(params.ScanTypes), params.SastType,
638
flag(params.PresetName), "Checkmarx Default",
639
- flag(params.Threshold), "sast-high=1;sast-low=1;",
+ flag(params.Threshold), "sast-critical=3;sast-high=1;sast-low=1;",
640
flag(params.KicsFilterFlag), "!Dockerfile",
641
flag(params.BranchFlag), "dummy_branch",
642
}
0 commit comments