Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Jan 25, 2024
1 parent 51c47fb commit 965b9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PS C:\> $Env:CVE_API_KEY="api_key"

### Podman/Docker

To pass the configuration variables to the `cvelib` container, defined them in an `.env` file:
To pass the configuration variables to the `cvelib` container, define them in an `.env` file:

```
CVE_USER=margo
Expand Down Expand Up @@ -111,7 +111,7 @@ Additional options that have an accompanying environment variable include:
* `--api-url` or `CVE_API_URL`: allows you to override the URL for the CVE Services API that would
otherwise be determined by the deployment environment you selected. This is useful for local
testing to point to a CVE Services API instance running on localhost (for example,
`export CVE_API_URL=http://localhost:3000/api/).
`export CVE_API_URL=http://localhost:3000/api/`).

* `-i/--interactive` or `CVE_INTERACTIVE`: every create/update action will require confirmation
before a request is sent to CVE Services. Truthy values for the environment variable are:
Expand Down

0 comments on commit 965b9e5

Please sign in to comment.