-
Notifications
You must be signed in to change notification settings - Fork 32
Add sonarqube api for sonar evidence integration #133
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
selalererjfrog
approved these changes
Aug 24, 2025
Collaborator
Author
|
Test fail doesn't relates to the current PR |
…Hub command parameters
alenon
requested changes
Aug 25, 2025
5a20d70 to
405d932
Compare
alenon
approved these changes
Aug 26, 2025
405d932 to
0acb740
Compare
naveenku-jfrog
pushed a commit
to naveenku-jfrog/jfrog-cli-artifactory
that referenced
this pull request
Aug 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new integration with SonarQube for evidence creation, enhancing the SLSA compliance capabilities of the JFrog CLI. 🛡️
A new flag, --use-sonar-predicate, has been added to the jf evd create command. When this flag is used, the CLI will:
Fetch the in-toto statement with a Sonar predicate from a SonarQube scan.
Use this statement to generate and sign a piece of evidence.
Attach the evidence to the specified build artifacts in Artifactory.
This allows users to create verifiable, signed evidence of their code quality and security scans, linking them directly to their build artifacts and strengthening their software supply chain security posture.
Usage
To create evidence using a SonarQube scan predicate, use the --use-sonar-predicate flag. You must also provide a signing key and an alias.
Example Command:
jf evd create --use-sonar-predicate --key {signing-key} --key-alias {alias} <build-name> <build-number>