Files
git.stella-ops.org/samples/scanner/images/alpine-busybox/inventory.cdx.json
master 5ce40d2eeb feat: Initialize Zastava Webhook service with TLS and Authority authentication
- Added Program.cs to set up the web application with Serilog for logging, health check endpoints, and a placeholder admission endpoint.
- Configured Kestrel server to use TLS 1.3 and handle client certificates appropriately.
- Created StellaOps.Zastava.Webhook.csproj with necessary dependencies including Serilog and Polly.
- Documented tasks in TASKS.md for the Zastava Webhook project, outlining current work and exit criteria for each task.
2025-10-19 18:36:22 +03:00

35 lines
866 B
JSON

{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"version": 1,
"metadata": {
"timestamp": "2025-10-19T00:00:00Z",
"component": {
"type": "container",
"name": "alpine-busybox",
"version": "3.20",
"bomRef": "pkg:docker/library/alpine@sha256:9a214327ec7df5bc8f1d3f12171873be7d778fdbf473d6f9a63d5de6c6bfb2d3"
}
},
"components": [
{
"type": "application",
"bomRef": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64",
"name": "busybox",
"version": "1.36.1-r2"
},
{
"type": "library",
"bomRef": "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64",
"name": "musl",
"version": "1.2.5-r0"
},
{
"type": "application",
"bomRef": "pkg:apk/alpine/alpine-baselayout@3.4.3-r0?arch=x86_64",
"name": "alpine-baselayout",
"version": "3.4.3-r0"
}
]
}