For smaller repos, or repos with a lot of activity, scans fail if they are executed in close proximity.
2023-07-28 21:28:58.817 WARN 8 --- [ main] c.c.f.s.AbstractVulnerabilityScanner [n41kxP25] : Property scan-resubmit set to false : New scan not submitted, due to existing ongoing scan for the same Project id 21955
2023-07-28 21:28:58.824 ERROR 8 --- [ main] c.c.f.s.AbstractVulnerabilityScanner [n41kxP25] : CheckmarxException: Active Scan with Id 2012833 already exists for Project: 21955
As a consumer of this program, I don't really know when the last time it ran was, or when it's "safe" to try again. This introduces a reasonable number of false failures.
Ideally, the analysis tool will wait until it can get a new ID & then proceed without failing.
For smaller repos, or repos with a lot of activity, scans fail if they are executed in close proximity.
As a consumer of this program, I don't really know when the last time it ran was, or when it's "safe" to try again. This introduces a reasonable number of false failures.
Ideally, the analysis tool will wait until it can get a new ID & then proceed without failing.