From 2818c2e82ea4879b09832f6366025fef07b9630e Mon Sep 17 00:00:00 2001 From: ssousa-mwb <74931194+SecurityAndStuff@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:04:32 +0100 Subject: [PATCH] Update README.md Signed-off-by: ssousa-mwb <74931194+SecurityAndStuff@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3777e1e..8aff275 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Security-ghas-cli +# ghas-cli -[![CodeQL](https://github.com/Malwarebytes/Security-ghas-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Malwarebytes/Security-ghas-cli/actions/workflows/codeql-analysis.yml) +[![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) 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"_). @@ -27,7 +27,7 @@ You can work on a single repository or on thousands of them. In that case, `ghas ## Installation -Builds are available in the [`Releases`](https://github.com/Malwarebytes/Security-ghas-cli/releases) tab. +Builds are available in the [`Releases`](https://github.com/Malwarebytes/ghas-cli/releases) tab. * Pypi: @@ -45,7 +45,7 @@ python -m pip install /full/path/to/ghas-cli-xxx.whl ## Usage -`ghas-cli -h` or see the [wiki](https://github.com/Malwarebytes/Security-ghas-cli/wiki). +`ghas-cli -h` or see the [wiki](https://github.com/Malwarebytes/ghas-cli/wiki). ## Development