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.
This commit is contained in:
		
							
								
								
									
										28
									
								
								samples/scanner/images/alpine-busybox/usage.cdx.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								samples/scanner/images/alpine-busybox/usage.cdx.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
{
 | 
			
		||||
  "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"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user