Files
git.stella-ops.org/samples/scanner/images/nginx/usage.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

29 lines
682 B
JSON

{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"version": 1,
"metadata": {
"timestamp": "2025-10-19T00:00:00Z",
"component": {
"type": "container",
"name": "nginx",
"version": "1.25.4",
"bomRef": "pkg:docker/library/nginx@sha256:8f47d7c6b538c0d9533b78913cba3d5e671e7c4b4e7c6a2bb9a1a1c4d4f8e123"
}
},
"components": [
{
"type": "application",
"bomRef": "pkg:apk/alpine/nginx@1.25.4-r1?arch=x86_64",
"name": "nginx",
"version": "1.25.4-r1"
},
{
"type": "library",
"bomRef": "pkg:apk/alpine/openssl@3.2.2-r0?arch=x86_64",
"name": "openssl",
"version": "3.2.2-r0"
}
]
}