Skip to content

Commit

Permalink
updated Readme.md (#737)
Browse files Browse the repository at this point in the history
removed unused env var TRIVY_AUTH_URL
  • Loading branch information
mms-gianni committed Nov 13, 2020
1 parent 4555469 commit 9dfb0fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1602,11 +1602,10 @@ But, I can't recommend using ENV vars in your local machine to you.

### Docker Hub

Docker Hub needs `TRIVY_AUTH_URL`, `TRIVY_USERNAME` and `TRIVY_PASSWORD`.
Docker Hub needs `TRIVY_USERNAME` and `TRIVY_PASSWORD`.
You don't need to set ENV vars when download from public repository.

```bash
export TRIVY_AUTH_URL=https://registry.hub.docker.com
export TRIVY_USERNAME={DOCKERHUB_USERNAME}
export TRIVY_PASSWORD={DOCKERHUB_PASSWORD}
```
Expand Down

0 comments on commit 9dfb0fe

Please sign in to comment.