From b771d7bfd37a3e53201185229780462e64338408 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 16 Apr 2021 08:35:05 -0400 Subject: [PATCH 1/2] bump go.mod minimum required go version Signed-off-by: Alex Goodman --- README.md | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1391868de..28c7a6468 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![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) +[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/anchore/syft.svg)](https://github.com/anchore/syft) A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. diff --git a/go.mod b/go.mod index ce521ee09..089a1cf00 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anchore/syft -go 1.14 +go 1.16 require ( github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d From 8b315367e8979586edaa54619a1a7b5129b973e0 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 16 Apr 2021 08:59:07 -0400 Subject: [PATCH 2/2] 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)