trivy
trivy copied to clipboard
credentials file for several private registries
I would like to know if trivy can handle a credentials file that contains the credentials of several private docker registries (like docker used .docker/config.json). I know that trivy can access to a private registry by using env variables, but it's limited to one private registries Thanks in advance.
Hello Can I have an update for this issue ? Thanks in advance
This issue is stale because it has been labeled with inactivity.
Trivy reads .docker/config.json
. You can configure credentials via docker login
.
This issue is stale because it has been labeled with inactivity.
Also, we added support for multiple credential pairs in v0.39.0. https://aquasecurity.github.io/trivy/v0.39/docs/advanced/private-registries/