Showing posts in Static Code Analysis
post image

Configurar proyecto privado con SonarQube

2020-07-21 Static Code Analysis SonarQube 8

Si tienes un proyecto privado puedes configurar el analizador de SonarQube (sonar-scanner) para generar el análisis de código estático de tu proyecto y subirlo a tu servidor dedicado. Si aún no has instalado ninguno de estos componentes te invito a rev...

by Darío Rivera


post image

Configurar proyecto en SonarCloud

2020-07-21 Static Code Analysis SonarQube 8

Si tienes un proyecto público en GitHub, Bitbucket o GitLab puedes configurar el analizador de SonarQube (sonar-scanner) para generar el análisis de código estático de tu proyecto y subirlo a SonarCloud. Si aún no has instalado SonarScanner te invito ...

by Darío Rivera


post image

Instalación SonarScanner

2020-07-20 Static Code Analysis SonarQube 8

Ya hemos hablado en varios artículos de SonarQube, su instalación, inicio como servicio en Linux y en MacOS, entre otros aspectos. El día de hoy veremos el componente del lado del cliente, Sonar Scanner. Este paquete de software nos permite correr el an...

by Darío Rivera


post image

Configurar SonarQube para que inicie como servicio en MacOS

2020-01-11 Static Code Analysis SonarQube 8

Después de instalar SonarQube y configurar una base de datos dedicada el último paso para ti probablemente sea configurarlo como servicio para que inicie con el sistema operativo. Si aún no has instalado SonarQube te recomendamo...

by Darío Rivera


post image

Configurar PostgreSQL en SonarQube

2020-01-06 Static Code Analysis SonarQube 8

En un anterior post vimos cómo Instalar SonarQube en su versión community. En aquel post, no se configuró nada respectivo a la base de datos ya que SonarQube utiliza una base de datos embebida si no se configura una. El día hoy, veremos cómo conf...

by Darío Rivera


post image

Configurar SonarQube para que inicie como servicio en Linux

2020-01-06 Static Code Analysis SonarQube 8

Después de instalar SonarQube y configurar una base de datos dedicada el último paso para ti probablemente sea configurarlo como servicio para que inicie con el sistema operativo. Si aún no has instalado SonarQube te recomendamo...

by Darío Rivera


post image

Instalación SonarQube

2020-01-03 Static Code Analysis SonarQube 8

SonarQube es una herramienta de calidad de código y seguridad (code quality and security) GNU que permite analizar el código fuente de manera automatizada. Permite mediante una serie de reglas analizar la calidad del código utilizando análisis estátic...

by Darío Rivera


post image

SonarQube Installation

Static Code Analysis

SonarQube is a GNU code and security quality tool that allows for automated source code analysis. It enables the analysis of code quality using static analysis in more than 20 different programming languages, to find bugs, code smells, and security vulnera...

by Darío Rivera


post image

Configure PostgreSQL in SonarQube

Static Code Analysis

In a previous post we saw how to Install SonarQube in its community version. In that post, nothing was configured regarding the database since SonarQube uses an embedded database if one is not configured. Today, we will see how to configure our own dedicat...

by Darío Rivera


post image

Configure SonarQube to start as a service on Linux.

Static Code Analysis

After installing SonarQube and configuring a dedicated database, the last step for you is probably to configure it as a service so that it starts with the operating system. If you have not yet installed SonarQube, we recommend that you ...

by Darío Rivera


post image

Configure SonarQube to start as a service in MacOS.

Static Code Analysis

After installing SonarQube and setting up a dedicated database, the last step for you is probably to configure it as a service so that it starts with the operating system. If you haven't installed SonarQube yet, we recommend reading the following post...

by Darío Rivera


post image

Installation SonarScanner

Static Code Analysis

We have already talked in several articles about SonarQube, its installation, starting as a service in Linux and in MacOS, among other aspects. Today we will see the client-side component, Sonar Scanner. This software package allows us to run static code a...

by Darío Rivera


post image

Configure private project with SonarQube.

Static Code Analysis

If you have a private project you can configure the SonarQube analyzer (sonar-scanner) to generate static code analysis of your project and upload it to your dedicated server. If you haven't installed any of these components yet, I invite you to check out ...

by Darío Rivera


post image

Configure project in SonarCloud.

Static Code Analysis

If you have a public project on GitHub, Bitbucket or GitLab you can configure the SonarQube analyzer (sonar-scanner) to generate the static code analysis of your project and upload it to SonarCloud. If you haven't installed SonarScanner yet, I invite you t...

by Darío Rivera