Skip to content

Commit

Permalink
Merge pull request #37 from hubadr/cxone-dev-michael
Browse files Browse the repository at this point in the history
Cxone dev michael
  • Loading branch information
michaelkubiaczyk authored Nov 2, 2023
2 parents cca5388 + 6e228bf commit c438dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/checkmarxOneExecuteScan.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (c *checkmarxOneExecuteScanHelper) SetProjectPreset() error {

if c.config.Incremental {
log.Entry().Warn("Pipeline yaml requests incremental scan, but switching from 'primary' to 'multi' language mode requires a full scan - switching from incremental to full")
c.config.Incremental = true
c.config.Incremental = false
}
}
} else { // primary language mode
Expand Down

0 comments on commit c438dc4

Please sign in to comment.