Skip to content

Conversation

@cx-sumit-morchhale
Copy link
Contributor

By submitting this pull request, you agree to the terms within the Checkmarx Code of Conduct. Please review the contributing guidelines for guidance on creating high-quality pull requests.

Description

This PR fixes an issue where the CLI fails when attempting to reassign a project to an application that already has the project associated.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Related Issues

Link any related issues or tickets.

Checklist

  • I have performed a self-review of my code
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used

Screenshots (if applicable)

Before Code Changes:
command: cx scan create --project-name "<project_name>" --application-name "<application_name>" --branch "<branch_name>" -s "<source_repo>"
(project is already associated with provided "<application_name>")
image

After Code Changes:
command: cx scan create --project-name "<project_name>" --application-name "<application_name>" --branch "<branch_name>" -s "<source_repo>"
(project is already associated with provided "<application_name>")
image

Without CLI failure, the scan proceeds and completes successfully
image

Additional Notes

Add any other relevant information.

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

Logo
Checkmarx One – Scan Summary & Details1de959ec-dd48-4132-9849-5d5a85eeb2d0

Great job! No new security vulnerabilities introduced in this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant