Skip to content

Commit

Permalink
Merge pull request #12 from taufiqpsumarna/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
taufiqpsumarna authored Sep 9, 2024
2 parents 8d55cae + d6f73f4 commit 15e61e2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
File renamed without changes
Binary file added docs/blog/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/blog/assets/images/hello_world.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/blog/assets/images/sonarqube_jenkins.jpeg
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 docs/blog/posts/Integrasi Sonarqube Dengan Jenkins Pipeline.md
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)
8 changes: 5 additions & 3 deletions docs/blog/posts/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
draft: true
authors:
- taufiqpsumarna
title: "Using Watchtower to Automate Docker Image Updates"
title: "Hello World"
date: 2024-09-06
description: "How to use Watchtower for automating Docker image updates with notifications in Mattermost."
categories: [DevOps, Automation]
categories: [Blog]
tags: [DevOps, Docker, Automation, Watchtower, ECR, Mattermost, Notifications]
---

# Using Watchtower to Automate Docker Image Updates
# Hello World

*Published on 2024-09-06*

![This Is Picture](/docs/blog/assets/images/hello_world.jpg)

## Introduction

In this post, we'll explore how to automate Docker container image updates using Watchtower. We'll also set up real-time notifications using Mattermost to keep the team informed when updates are triggered.
Expand Down

0 comments on commit 15e61e2

Please sign in to comment.