From 20fc644b148515b23778f2f0aef024b93dfcff67 Mon Sep 17 00:00:00 2001 From: jboursier-mwb Date: Thu, 25 May 2023 12:17:49 +0200 Subject: [PATCH 1/2] Add README badges Signed-off-by: jboursier-mwb --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8aff275..641439a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # ghas-cli [![CodeQL](https://github.com/Malwarebytes/ghas-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Malwarebytes/ghas-cli/actions/workflows/codeql-analysis.yml) +[![Downloads](https://pepy.tech/badge/ghas-cli/month)](https://pepy.tech/project/ghas-cli) +[![Supported Versions](https://img.shields.io/pypi/pyversions/ghas-cli.svg)](https://pypi.org/project/ghas-cli) +[![Contributors](https://img.shields.io/github/contributors/malwarebytes/ghas-cli.svg)](https://github.com/malwarebytes/ghas-cli/graphs/contributors) CLI utility to interact with [GitHub Advanced Security](https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security) (_"GHAS"_). From 2d076a6d2248a9b9a41ed686e893e7849285a334 Mon Sep 17 00:00:00 2001 From: jboursier-mwb Date: Thu, 25 May 2023 12:20:40 +0200 Subject: [PATCH 2/2] Update README.md Signed-off-by: jboursier-mwb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641439a..dc7da84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ghas-cli [![CodeQL](https://github.com/Malwarebytes/ghas-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Malwarebytes/ghas-cli/actions/workflows/codeql-analysis.yml) -[![Downloads](https://pepy.tech/badge/ghas-cli/month)](https://pepy.tech/project/ghas-cli) +[![Downloads](https://static.pepy.tech/personalized-badge/ghas-cli?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/ghas-cli) [![Supported Versions](https://img.shields.io/pypi/pyversions/ghas-cli.svg)](https://pypi.org/project/ghas-cli) [![Contributors](https://img.shields.io/github/contributors/malwarebytes/ghas-cli.svg)](https://github.com/malwarebytes/ghas-cli/graphs/contributors)