From 8b315367e8979586edaa54619a1a7b5129b973e0 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 16 Apr 2021 08:59:07 -0400 Subject: [PATCH] fix validations badge Signed-off-by: Alex Goodman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c7a6468..e6821f87c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # syft -[![Validations](https://github.com/anchore/syft/workflows/validations.yaml/badge.svg)](https://github.com/anchore/syft/workflows/validations.yaml) +[![Validations](https://github.com/anchore/syft/actions/workflows/validations.yaml/badge.svg)](https://github.com/anchore/syft/actions/workflows/validations.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/anchore/syft)](https://goreportcard.com/report/github.com/anchore/syft) [![GitHub release](https://img.shields.io/github/release/anchore/syft.svg)](https://github.com/anchore/syft/releases/latest) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/syft/blob/main/LICENSE)