Saltar al contenido
QuenchWorks

sonar-scanner-cli

Imagen · CI/CD & registry · standard · v8.1.0.6389

D 13firmada con cosignSPDX SBOMprocedencia SLSAamd64 · arm64Reconstruida 2026-07-04

SonarScanner CLI, the standalone scanner that analyzes a project and pushes results to a SonarQube server. Bundles its own OpenJDK. Image only, no chart.

Firmada
cosign sin llave
SBOM
SPDX, en el digest
Procedencia
compilación SLSA
Arquitecturas
amd64, arm64
Se ejecuta como
nonroot (uid 1001)
Sistema de archivos raíz
solo lectura
Tamaño de la imagen
85.2 MB

Versiones publicadas

1 etiqueta

Cada etiqueta es un índice multiarquitectura (amd64 + arm64) fijado por digest. Etiquetada por versión, nunca :latest.

VersiónTamañoPublicadaDigest
8.1.0.6389última85.2 MB2026-07-04sha256:49125b47f9c8…

Informe de seguridad (Trivy)

D· 0/10013 fixable · rebuild clears them

Detalle de vulnerabilidades

sonar-scanner-cli 8.1.0.6389 · 12 CVE
CVEGravedadPaqueteInstaladaCorregida enTítulo
CVE-2026-14456HIGHlibcrypto33.6.3-r33.6.3-r5openssl: OpenSSL: Denial of Service via unbounded memory growth in QUIC server
CVE-2026-38754HIGHbusybox1.37.0-r611.38.0-r0busybox: Busybox: Denial of Service via heap overflow in ifsbreakup() function
CVE-2026-38752MEDIUMbusybox1.37.0-r611.38.0-r1busybox: BusyBox: Denial of Service via crafted AWK script
CVE-2026-38753MEDIUMbusybox1.37.0-r611.38.0-r0busybox: Busybox: Denial of Service via crafted AWK script in awk_sub() function
CVE-2026-38755MEDIUMbusybox1.37.0-r611.38.0-r0busybox: Busybox: Denial of Service via heap overflow in evalcommand() function
CVE-2026-46968MEDIUMopenjdk-21-jre21.0.11-r321.0.12-r0openjdk: Enhance TLS certificate handling (Oracle CPU 2026-07)
CVE-2026-47021MEDIUMopenjdk-21-jre21.0.11-r321.0.12-r0openjdk: Enhance XBM image support (Oracle CPU 2026-07)
CVE-2026-85091MEDIUMzlib1.3.2-r31.3.3-r0zlib versions 1.3.1.2 through 1.3.2 contain a heap buffer overflow vul ...
CVE-2026-10532LOWsonar-scanner-cli8.1.0.6389-r18.1.0.6389-r3Deserialization of untrusted data vulnerability in QOS.CH Sarl logback ...
CVE-2026-10532LOWch.qos.logback:logback-core1.5.331.5.34Deserialization of untrusted data vulnerability in QOS.CH Sarl logback ...
CVE-2026-47010LOWopenjdk-21-jre21.0.11-r321.0.12-r0openjdk: Enhance JPEG handling (Oracle CPU 2026-07)
CVE-2026-54876LOWlibcrypto33.6.3-r33.6.3-r4openssl: OpenSSL: Memory leak leads to Denial of Service in OCSP response checking
0
Crítica
2
Alta
6
Media
5
Baja
0
Desconocida

Descarga la imagen

Ejecútala directamente con Docker, Podman o cualquier carga de trabajo de Kubernetes. Sin root, sistema de archivos raíz de solo lectura, compilada para amd64 y arm64.

Descargar (etiqueta)

docker pull ghcr.io/quenchworks/images/sonar-scanner-cli:8.1.0.6389

Etiquetas

8.1.0.63898.1.0.6389-amd648.1.0.6389-arm64

Las imágenes se etiquetan por versión de la app (nunca :latest): un índice multiarquitectura más etiquetas por arquitectura.

Versión de la app
8.1.0.6389
Arquitecturas
amd64, arm64
Se ejecuta como
nonroot (uid 1001)
Sistema de archivos raíz
solo lectura
Licencia
LGPL-3.0

Verifica la cadena de suministro

Esta imagen está firmada con cosign y lleva un SBOM SPDX y una atestación de procedencia de compilación SLSA en el mismo digest. Comprueba las tres tú mismo:

# 1. signature — built and signed by QuenchWorks CI
cosign verify ghcr.io/quenchworks/images/sonar-scanner-cli:8.1.0.6389 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 2. SLSA build provenance — which workflow built it, from what
cosign verify-attestation --type https://slsa.dev/provenance/v1 ghcr.io/quenchworks/images/sonar-scanner-cli:8.1.0.6389 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 3. SPDX SBOM — the package inventory
cosign verify-attestation --type https://spdx.dev/Document/v2.3 ghcr.io/quenchworks/images/sonar-scanner-cli:8.1.0.6389 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Consulta la guía de SBOM y procedencia para leer el SBOM y usar estas comprobaciones en CI.

Transparencia

Cada imagen lleva su SBOM y su procedencia como atestaciones en el mismo digest, verificables públicamente con los comandos anteriores (comprueban el paquete y el registro de transparencia de Sigstore, Rekor).

Proyecto original: https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/