Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Scan Type Validation in Checkmarx Plugin #579

Open
john24rel opened this issue Aug 27, 2024 · 0 comments
Open

Issue with Scan Type Validation in Checkmarx Plugin #579

john24rel opened this issue Aug 27, 2024 · 0 comments

Comments

@john24rel
Copy link

The Checkmarx plugin version 2.0.38 has an issue with validating the --scan-types parameter as per the documentation. When using the argument --scan-types sast, sca in the pipeline, the plugin incorrectly parses the parameters, adding extra commas between the scan types.

Steps to Reproduce:
Configure a pipeline with the following additional parameters: --scan-types sast, sca.

Run the pipeline.
Observed Behavior: The pipeline logs show additional commas in the parsed parameters:
Additional parameters refined: --scan-types, sast,sca

Expected Behavior: The plugin should correctly parse the parameters without adding extra commas.

Documentation Reference: The documentation states that the argument --scan-types should accept values like sast, sca, iac-security, or api-security. For more details, see the official documentation here

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

No branches or pull requests

4 participants
@john24rel and others