You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When merging SCA and JAS diff results, the ResultsStatus field was not being copied,
causing all status codes (SastStatusCode, IacStatusCode, etc.) to remain nil.
This resulted in Frogbot displaying 'Not Scanned' for JAS scans even when they
ran successfully but produced 0 new findings after diff.
Now properly merging SCA status codes (including ContextualAnalysis) and JAS-only
status codes (SAST, Secrets, IaC) into the unified results.
0 commit comments