Skip to content

Commit ea11e39

Browse files
fixed resubmit scs issue
1 parent 94dca7e commit ea11e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/commands/scan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ func getResubmitConfiguration(scansWrapper wrappers.ScansWrapper, projectID, use
10301030

10311031
if len(allScansModel.Scans) > 0 {
10321032
scanModelResponse := allScansModel.Scans[0]
1033+
scanModelResponse.ReplaceMicroEnginesWithSCS()
10331034
config = scanModelResponse.Metadata.Configs
10341035
engines := scanModelResponse.Engines
10351036
// Check if there are no scan types sent using the flags, and use the latest scan engine types

0 commit comments

Comments
 (0)