Skip to content

scan-repository: include vulnerabilities in scan output - #1417

Open
amarkdotdev wants to merge 1 commit into
jfrog:mainfrom
amarkdotdev:fix/sast-vuln-display-1414
Open

scan-repository: include vulnerabilities in scan output#1417
amarkdotdev wants to merge 1 commit into
jfrog:mainfrom
amarkdotdev:fix/sast-vuln-display-1414

Conversation

@amarkdotdev

Copy link
Copy Markdown

Fixes #1414

scan-repository was creating a ResultContext with IncludeVulnerabilities=false. When watches are configured, that hid JAS vulnerability tables (including SAST) even though the scan found issues.

Test plan

  • go test ./utils/issues/... ./utils/outputwriter/... -count=1 (pass)
  • scanrepository tests require JF_URL; change is a one-line context flag fix aligned with scan-pull-request behavior

Fixes jfrog#1414

Signed-off-by: Aaron <amark@g.jct.ac.il>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After scanning with Frogbot v3, the SAST scan results cannot be displayed in the xray-scanlist-git repository.

1 participant