Skip to content

Conversation

@cx-tamar-levi
Copy link
Collaborator

https://checkmarx.atlassian.net/browse/AST-37667

added ability to send the agent to the results command
the agent used in the results command to display/hide the container results

@cx-pedro-lopes cx-pedro-lopes requested review from a team, cx-pedro-lopes and danielcaldeiracx and removed request for a team May 9, 2024 06:48
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2024

Logo
Checkmarx One – Scan Summary & Detailsac78280f-123d-4e11-af1a-0a1de46a8ed2

Policy Management Violations

Policy Name Rule(s) Break Build
[SAST-ML0] Not allowed NEW Sast vulnerabilities true

No New Or Fixed Issues Found

arguments.add(CxConstants.OUTPUT_NAME);
arguments.add(fileName);
arguments.add(CxConstants.OUTPUT_PATH);
arguments.add(tempDir);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's talk about the PR. Im thinking to have a default call for wrappers, as Plugins maybe

@cx-tamar-levi cx-tamar-levi merged commit e86bcb2 into main May 9, 2024
throws IOException, InterruptedException, CxException {
return results(scanId, reportFormat, null);
}
public String results(@NonNull UUID scanId, ReportFormat reportFormat, String agent)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a private method which means the plugin will not see the new contract. I'm not sure it's the right thing to do.

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.

3 participants