Skip to content

Commit

Permalink
chore(docs): remove upload command (aquasecurity#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic authored May 17, 2023
1 parent 378ab9e commit 95dfe73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
Trivy uses `trivy-db` internally to manipulate vulnerability DB. This DB has vulnerability information from NVD, Red Hat, Debian, etc.

### CLI
`trivy-db` builds vulnerability DBs on GitHub Actions and uploads them to GitHub Release periodically.
The `trivy-db` CLI tool builds vulnerability DBs. A [GitHub Actions workflow](.github/workflows/cron.yml)
periodically builds a fresh version of the vulnerability DB using `trivy-db` and uploads it to the GitHub
Container Registry (see [Download the vulnerability database](#download-the-vulnerability-database) below).

```
NAME:
Expand All @@ -39,7 +41,6 @@ VERSION:
COMMANDS:
build build a database file
upload upload database files to GitHub Release
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
Expand Down Expand Up @@ -85,4 +86,4 @@ oras < v0.13.0:
```sh
$ oras pull -a ghcr.io/aquasecurity/trivy-db:2
```
The database can be used for [Air-Gapped Environment](https://aquasecurity.github.io/trivy/latest/docs/advanced/air-gap/).
The database can be used for [Air-Gapped Environment](https://aquasecurity.github.io/trivy/latest/docs/advanced/air-gap/).

0 comments on commit 95dfe73

Please sign in to comment.