From 4c27f51f0b308b4e161422efd09980ebafdd6891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edmond=20Dant=C3=A8s?= <1213970695@qq.com> Date: Sun, 29 Sep 2024 14:49:23 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 016c6e5..ceaf2fe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=shijl0925_go-sonarqube&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=shijl0925_go-sonarqube) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/348d869a77a64dfc997b9a273d03d5cc)](https://app.codacy.com/gh/shijl0925/go-sonarqube/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) +[![DeepSource](https://app.deepsource.com/gh/shijl0925/go-sonarqube.svg/?label=active+issues&show_trend=true&token=PA2BnEYezTikvrDIXI4r2ryp)](https://app.deepsource.com/gh/shijl0925/go-sonarqube/) An HTTP client to interact with the [SonarQube](https://next.sonarqube.com/sonarqube/) API from Go. It uses a service structure similar to that of [go-github](https://github.com/google/go-github).