Skip to content

fix: issue #285 (automated) - #286

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
claude/issue-285-20260729-2121
Closed

fix: issue #285 (automated)#286
github-actions[bot] wants to merge 1 commit into
mainfrom
claude/issue-285-20260729-2121

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Closes #285

…ment after buildUrl() fix

CheckmarxClient used absolute paths like /api/projects while checkmarx.baseUrl
already ends with /api (e.g. https://tenant.cxone.cloud/api). After PR #284
correctly fixed buildUrl() to preserve base path segments, the combination
produced /api/api/projects. Fix paths to be relative (projects, scans,
results/summary) so they resolve correctly against the /api base — mirrors
the same fix applied to Artifactory in BUG-4.

Closes #285

Co-authored-by: Sunny Kolattukudy <kolatts@users.noreply.github.com>
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.

checkmarx commands broken — PR #284's buildUrl() fix doubles the /api path segment

1 participant