Skip to content

Conversation

@sidhdirenge
Copy link
Contributor

No description provided.

@sidhdirenge sidhdirenge added the build Triggers github actions build label Aug 13, 2025
@sidhdirenge sidhdirenge changed the title WIP : PReview Runner Push based model WIP : Preview Runner Push based model Aug 18, 2025
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
66.0% Coverage on New Code (required ≥ 80%)
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

}

previewRequestQueue.add(previewRequest);
LOG.info("sidhdirenge - Setting program id {} and appId {}", programId, programId.getParent());

Check notice

Code scanning / SonarCloud

Logging should not be vulnerable to injection attacks Low

Change this code to not log user-controlled data. See more on SonarQube Cloud
}
previewRunStopper.stop(applicationId);
ProgramId programId = previewStore.getProgramId(applicationId);
LOG.info("sidhdirenge - Got program Id {} for application {}", programId, applicationId);

Check notice

Code scanning / SonarCloud

Logging should not be vulnerable to injection attacks Low

Change this code to not log user-controlled data. See more on SonarQube Cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Triggers github actions build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants