-
Notifications
You must be signed in to change notification settings - Fork 316
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
Add possibility to export sonarqube reports #4418
Labels
Comments
LvffY
added
community
Community contribution
feature request
Community: new feature request
labels
Oct 22, 2021
Hello @LvffY {
"issues": [
{
"engineId": "KICS v1.x.x",
"ruleId": "<Query ID>: <Query Name>",
"severity": "<CRITICAL, MAJOR, MINOR, INFO>",
"type": "<VULNERABILITY, CODE_SMELL>",
"primaryLocation": {
"message": "<Query Description>: <Query Expected Value>",
"filePath": "<File path>",
"textRange": {
"startLine": 1
}
},
"secondaryLocations": [
"<All Other Query Ocurrences>"
]
}
]
} |
Hello @joaoReigota1 That would be great ! |
joaoReigota1
added a commit
that referenced
this issue
Nov 19, 2021
Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
joaoReigota1
added a commit
that referenced
this issue
Nov 19, 2021
Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
joaoReigota1
added a commit
that referenced
this issue
Nov 19, 2021
Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
joaoReigota1
added a commit
that referenced
this issue
Nov 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the solution you'd like
I'm pretty sure that sonarqube is used by almost every users that use kics.
For now, Sonarqube doesn't support the SARIF reports. May be kics could add a new output report style that follows sonarqube generic issue import format that will allow users to import kics analysis into sonarqube as any other static code analysis.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: