From 3b8aedad58521df5d3c271ec31250a149f089e8e Mon Sep 17 00:00:00 2001 From: knqyf263 Date: Tue, 7 May 2019 15:45:20 +0900 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 500112ccb8b..9efae118c4b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # trivy [![GitHub release](https://img.shields.io/github/release/knqyf263/trivy.svg)](https://github.com/knqyf263/trivy/releases/latest) -[![Build Status](https://travis-ci.org/knqyf263/trivy.svg?branch=master)](https://travis-ci.org/knqyf263/trivy) +[![CircleCI](https://circleci.com/gh/knqyf263/trivy.svg?style=svg)](https://circleci.com/gh/knqyf263/trivy) [![Go Report Card](https://goreportcard.com/badge/github.com/knqyf263/trivy)](https://goreportcard.com/report/github.com/knqyf263/trivy) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/knqyf263/trivy/blob/master/LICENSE) @@ -116,6 +116,14 @@ $ brew unlink trivy && brew uninstall trivy $ brew install knqyf263/trivy/trivy ``` +## Others +### Unknown error +Try again with `--clean` option + +``` +$ trivy --clean alpine:3.8 +``` + # Contribute 1. fork a repository: github.com/knqyf263/trivy to github.com/you/repo