fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -0,0 +1,41 @@
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"System": "Warning"
}
}
},
"tile_proxy": {
"upstream_url": "https://rekor.sigstore.dev",
"origin": "rekor.sigstore.dev - 1985497715",
"cache": {
"max_size_gb": 10,
"eviction_policy": "lru",
"checkpoint_ttl_minutes": 5
},
"tuf": {
"enabled": false,
"validate_checkpoint_signature": true
},
"sync": {
"enabled": true,
"schedule": "0 */6 * * *",
"depth": 10000,
"checkpoint_interval_minutes": 60
},
"request": {
"coalescing_enabled": true,
"coalescing_max_wait_ms": 5000,
"timeout_seconds": 30
},
"failover": {
"enabled": false,
"retry_count": 2,
"retry_delay_ms": 1000
}
}
}