mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-26 00:31:58 +01:00
Merge pull request #11078 from danielpacak/feature/issue_11032/trivy_http_proxy
chore(trivy): Allow configuring HTTP(S) proxy
This commit is contained in:
commit
ced78d0afc
@ -184,3 +184,4 @@ proxy:
|
|||||||
- core
|
- core
|
||||||
- jobservice
|
- jobservice
|
||||||
- clair
|
- clair
|
||||||
|
- trivy
|
||||||
|
@ -53,5 +53,6 @@ INTERNAL_NO_PROXY_DN = {
|
|||||||
'chartmuseum',
|
'chartmuseum',
|
||||||
'notary-server',
|
'notary-server',
|
||||||
'notary-signer',
|
'notary-signer',
|
||||||
'clair-adapter'
|
'clair-adapter',
|
||||||
|
'trivy-adapter',
|
||||||
}
|
}
|
@ -9,3 +9,6 @@ SCANNER_TRIVY_VULN_TYPE=os,library
|
|||||||
SCANNER_TRIVY_SEVERITY=UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
|
SCANNER_TRIVY_SEVERITY=UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
|
||||||
SCANNER_TRIVY_IGNORE_UNFIXED=false
|
SCANNER_TRIVY_IGNORE_UNFIXED=false
|
||||||
SCANNER_TRIVY_GITHUB_TOKEN={{trivy_github_token}}
|
SCANNER_TRIVY_GITHUB_TOKEN={{trivy_github_token}}
|
||||||
|
HTTP_PROXY={{trivy_http_proxy}}
|
||||||
|
HTTPS_PROXY={{trivy_https_proxy}}
|
||||||
|
NO_PROXY={{trivy_no_proxy}}
|
||||||
|
Loading…
Reference in New Issue
Block a user