mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -08:00
docs: add info that SSL_CERT_FILE works on Unix systems other than macOS only (#9772)
This commit is contained in:
@@ -78,7 +78,7 @@ Common mistakes include the following, depending on where you are pulling images
|
||||
$ TRIVY_INSECURE=true trivy image [YOUR_IMAGE]
|
||||
```
|
||||
|
||||
Alternatively, you can specify the location of your certificate using `SSL_CERT_FILE` or `SSL_CERT_DIR` environment variables.
|
||||
On Unix systems other than macOS, you can specify the location of your certificate using `SSL_CERT_FILE` or `SSL_CERT_DIR` environment variables.
|
||||
|
||||
```
|
||||
$ SSL_CERT_FILE=/path/to/cert trivy image [YOUR_IMAGE]
|
||||
|
||||
Reference in New Issue
Block a user