-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from taufiqpsumarna/dev
Dev
- Loading branch information
Showing
6 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
docs/blog/posts/Integrasi Sonarqube Dengan Jenkins Pipeline.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
draft: false | ||
authors: | ||
- taufiqpsumarna | ||
title: "Integrasi Sonarqube Dengan Jenkins Pipeline" | ||
date: 2022-05-06 | ||
description: "Integrasi Sonarqube Dengan Jenkins Pipeline" | ||
categories: [Blog] | ||
tags: [Quotes] | ||
--- | ||
|
||
*Published on 2022-05-06* | ||
|
||
![This Is Picture](/docs/blog/assets/images/sonarqube_jenkins.jpeg) | ||
|
||
Sonarqube merupakan sebuah tools yang biasanya digunakan pada tahapan Static application security testing (SAST) pada tahap ini sebuah kode program akan dianalisa apakah didalamnya terdapat sebuah kerentanan, bug, code smell dan lainnya. hal ini sangat penting dilakukan agar sebuah kode program memiliki kualitas yang baik dan memiliki keamanan yang baik. | ||
|
||
Sonarqube akan melakukan analisa sebuah kode program menggunakan rules yang dimilikinya kemudian melaporkan hasil analisa tersebut kepada user. | ||
|
||
Read More: | ||
[Medium: Integrasi Sonarqube Dengan Jenkins Pipeline](https://medium.com/@taufiqpsumarna/integrasi-sonarqube-kedalam-jenkins-pipeline-3cb3de98fdbe) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters