Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Dec 21, 2020
1 parent 27aac0d commit 1fce536
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ See [here](#continuous-integration-ci) for details.

- Detect comprehensive vulnerabilities
- OS packages (Alpine, **Red Hat Universal Base Image**, Red Hat Enterprise Linux, CentOS, Oracle Linux, Debian, Ubuntu, Amazon Linux, openSUSE Leap, SUSE Enterprise Linux, Photon OS and Distroless)
- **Application dependencies** (Bundler, Composer, Pipenv, Poetry, npm, yarn and Cargo)
- **Application dependencies** (Bundler, Composer, Pipenv, Poetry, npm, yarn, Cargo and NuGet)
- Simple
- Specify only an image name or artifact name
- See [Quick Start](#quick-start) and [Examples](#examples)
Expand Down Expand Up @@ -1701,6 +1701,8 @@ Distroless: https://github.com/GoogleContainerTools/distroless
- yarn.lock
- Rust
- Cargo.lock
- .NET
- packages.lock.json

The path of these files does not matter.

Expand Down Expand Up @@ -1732,6 +1734,8 @@ Trivy scans a tar image with the following format.
- https://github.com/advisories?query=ecosystem%3Anpm
- Rust
- https://github.com/RustSec/advisory-db
- .NET
- https://github.com/advisories?query=ecosystem%3Anuget

# Usage
Trivy has several sub commands, image, fs, repo, client and server.
Expand Down

0 comments on commit 1fce536

Please sign in to comment.