vidadv1/Scanwise Code Analysis

SonarQube Scan, Analysis Summary and Reports on GitHub Action without a dedicated hosted SonarQube Server

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sonar-project-nameSonarQube Project Nameno${{github.event.repository.name}}
sonar-project-keySonarQube Project Keyno${{github.event.repository.name}}
sonar-source-pathSonarQube Source Path from Git Rootno
sonar-metrics-pathSonarQube Metrics JSON Path from Git Rootno
sonar-instance-portSonarQube Instance Portno
sonar-optionsSonarQube Scanner Optionsno
pre-scan-scriptEither a path to a Bash script or a raw multi-line script to be executed before Sonar scan. For example to configure Sonar Server with api before scan." no
generate-pr-commentComment in PR with SonarQube Analysis Summary Only used in PR mode nofalse
new-code-n-daysSpecifies the number of days to define the 'New Code' period relative to the current date. Ex. value: '3d' Only used in BRANCH mode no30d
reports-scopesComma separated list of SonarQube Reports to generate. Available values: - overall - new Ex. values: - '["overall", "new"]' - '["new"]' - '[]' no[]
reports-extensionsComma separated list of SonarQube Report Types. Available values: - md - html - json - pdf Ex. values: - '["md","html"]' - '["json"]' - '[]' no["html"]
timeout-pdfTimeout for PDF generation (Integer). No timeout (0) by default.no0
reports-retention-daysHow many days are the reports available in github artifacts.no0
namedescription
scanwise-overall-code-reports-artifact-id
scanwise-new-code-reports-artifact-id
scanwise-analysis-summary