mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 11:37:56 +08:00
4e4d00a0a6
fixes issue #4067 Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
35 lines
672 B
JSON
35 lines
672 B
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug",
|
|
"output": "/tmp/zot.log"
|
|
},
|
|
"extensions": {
|
|
"ui": {
|
|
"enable": true
|
|
},
|
|
"search": {
|
|
"enable": true,
|
|
"cve": {
|
|
"updateInterval": "24h",
|
|
"trivy": {
|
|
"dbRepository": "ghcr.io/aquasecurity/trivy-db",
|
|
"javaDBRepository": "ghcr.io/aquasecurity/trivy-java-db",
|
|
"vulnSeveritySources": ["auto"],
|
|
"sbom": {
|
|
"enable": true,
|
|
"format": "spdx-json"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|