Skip to content

Commit 1af10e8

Browse files
committed
fix TestScanCreateWithThresholdShouldBlock
1 parent f822b27 commit 1af10e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func TestScanCreateWithThresholdShouldBlock(t *testing.T) {
636636
flag(params.SourcesFlag), Zip,
637637
flag(params.ScanTypes), params.SastType,
638638
flag(params.PresetName), "Checkmarx Default",
639-
flag(params.Threshold), "sast-high=1;sast-low=1;",
639+
flag(params.Threshold), "sast-critical=3;sast-high=1;sast-low=1;",
640640
flag(params.KicsFilterFlag), "!Dockerfile",
641641
flag(params.BranchFlag), "dummy_branch",
642642
}

0 commit comments

Comments
 (0)