mshima/sonar-report-action

Sonar Report Github Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
working-directoryworking directoryyes
http-proxythe proxy to use to reach the sonarqube instance (http://<host>:<port>)no
projectname of the project, displayed in the header of the generated reportno
applicationname of the application, displayed in the header of the generated reportno
releasename of the release, displayed in the header of the generated reportno
branchBranch in Sonarqube that we want to get the issues forno
pullrequestpull request ID in Sonarqube for which to get the issues/hotspotsno
sonarurlbase URL of the SonarQube instance to query fromno
sonarcomponentid of the component to query fromno
sonarusernameauth usernameno
sonarpasswordauth passwordno
sonartokenauth tokenno
sonarorganizationname of the sonarcloud.io organizationno
since-leak-periodflag to indicate if the reporting should be done since the last sonarqube leak period (delta analysis).nofalse
allbugsflag to indicate if the report should contain all bugs, not only vulnerabilities.nofalse
fix-missing-ruleExtract rules without filtering on type (even if allbugs=false). Not useful if allbugs=true.nofalse
no-security-hotspotSet this flag for old versions of sonarQube without security hotspots (<7.3).nofalse
link-issuesSet this flag to create links to Sonar from reported issuesnofalse
quality-gate-statusSet this flag to include quality gate status in the report.nofalse
no-rules-in-reportSet this flag to omit "Known Security Rules" section from report.nofalse
vulnerability-phraseSet to override 'Vulnerability' phrase in the report.noVulnerability
vulnerability-plural-phraseSet to override 'Vulnerabilities' phrase in the report. noVulnerabilities
save-report-jsonSave the report data in JSON format. Set to target file nameno""
sonar-properties-fileTo use a sonar properties file.nosonar-project.properties
stylesheet-fileCSS stylesheet file path. (default: provided stylesheet)no
ejs-fileEJS template file path. (default: built in template)noindex.ejs
no-ejs-fileDisable template file (print only the summary)no
outputOutput report file path. (default: report.html)noreport.html
exit-codeExit with non zero if issues were foundno
helpdisplay help for commandno

no outputs