From d027c0472f6ef91aa9ce50674536c2787ca9863b Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Mon, 13 Apr 2020 13:56:19 -0400 Subject: [PATCH] more specific CircleCI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f2a46..2e11588 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Intentionally vulnerable Golang project -[![Build Status](https://travis-ci.org/sonatype-nexus-community/intentionally-vulnerable-golang-project.svg?branch=master)](https://travis-ci.org/sonatype-nexus-community/intentionally-vulnerable-golang-project) [![CircleCI](https://circleci.com/gh/sonatype-nexus-community/intentionally-vulnerable-golang-project.svg?style=svg)](https://circleci.com/gh/sonatype-nexus-community/intentionally-vulnerable-golang-project) +[![Build Status](https://travis-ci.org/sonatype-nexus-community/intentionally-vulnerable-golang-project.svg?branch=master)](https://travis-ci.org/sonatype-nexus-community/intentionally-vulnerable-golang-project) [![CircleCI](https://circleci.com/gh/sonatype-nexus-community/intentionally-vulnerable-golang-project.svg?style=shield)](https://circleci.com/gh/sonatype-nexus-community/intentionally-vulnerable-golang-project) This is just a minimal repo for testing Sonatype's `nancy` against an intentionally vulnerable list of dependencies, and as well showing a small example of how to use it in Travis-CI and CircleCI