cloudbees-io/sonarqube-bundled

Build and scan repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudbees-io/sonarqube-bundled-sast-scan-code@88a1cf2aa8c4856d90548e0d4895c2c53803ff99 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
languageProgramming Languageyes
log-levelLog levelnoINFO
cover-file-nameCoverage file pathno""
sonar-inclusionSonarQube Inclusionno""
sonar-exclusionSonarQube Exclusionno""
threshold-criticalThe maximum number of Critical severity security findings, if exceeded, the build will failno999
threshold-very-highThe maximum number of Very High severity security findings, if exceeded, the build will failno999
threshold-highThe maximum number of High severity security findings, if exceeded, the build will failno999
threshold-mediumThe maximum number of Medium severity security findings, if exceeded, the build will failno999
threshold-lowThe maximum number of Low severity security findings, if exceeded, the build will failno999
assert-urlAssert URLno${{ cloudbees.scm.repositoryUrl }}
assert-branchAssert Branchno${{ cloudbees.scm.branch }}
namedescription
critical-countA string containing the number of Critical security findings discovered during the scan.
very-high-countA string containing the number of Very High security findings discovered during the scan.
high-countA string containing the number of High security findings discovered during the scan.
medium-countA string containing the number of Medium security findings discovered during the scan.
low-countA string containing the number of Low security findings discovered during the scan.