Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed May 7, 2019
1 parent 84fec5a commit 3b8aeda
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b8aeda

Please sign in to comment.