From 98f2896ae8707c490741f622dcc3907e98fb88b4 Mon Sep 17 00:00:00 2001 From: Templum Date: Sun, 18 Sep 2022 19:23:20 +0000 Subject: [PATCH] :memo: Adding/Fixing Links for Badge --- .github/workflows/ci.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620f3ef..e1388bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build +name: CI Flow on: [push, pull_request] jobs: build: diff --git a/README.md b/README.md index d22e190..ba76823 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Golang Vulncheck Performs vulnerability scan using govulncheck and afterwards uploads it as [Sarif](https://sarifweb.azurewebsites.net/) Report to Github -[![Build](https://github.com/Templum/govulncheck-action/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Templum/govulncheck-action/actions/workflows/build.yml) +[![CI Flow](https://github.com/Templum/govulncheck-action/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Templum/govulncheck-action/actions/workflows/ci.yml) [![Release Process](https://github.com/Templum/govulncheck-action/actions/workflows/release.yml/badge.svg)](https://github.com/Templum/govulncheck-action/actions/workflows/release.yml) + ## :information_source: Limitations of govulncheck :information_source: