mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
4e66891b72
Agent-Logs-Url: https://github.com/project-zot/zot/sessions/eb3437af-edc8-4846-a9d9-f92bfe579c1e Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
31 lines
602 B
JSON
31 lines
602 B
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|