- 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.
		
			
				
	
	
		
			23 lines
		
	
	
		
			586 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			586 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "bomFormat": "CycloneDX",
 | |
|   "specVersion": "1.5",
 | |
|   "version": 1,
 | |
|   "metadata": {
 | |
|     "timestamp": "2025-10-19T00:00:00Z",
 | |
|     "component": {
 | |
|       "type": "container",
 | |
|       "name": "distroless-go",
 | |
|       "version": "2025.10.0",
 | |
|       "bomRef": "pkg:docker/gcr.io/distroless/base@sha256:0dd2f0f15c9f8abfba6a0ce0d7d6a24e2e1071c977733f6e77cbe51b87f15ad9"
 | |
|     }
 | |
|   },
 | |
|   "components": [
 | |
|     {
 | |
|       "type": "application",
 | |
|       "bomRef": "pkg:golang/github.com/stellaops/sample-service@v1.4.0",
 | |
|       "name": "github.com/stellaops/sample-service",
 | |
|       "version": "v1.4.0"
 | |
|     }
 | |
|   ]
 | |
| }
 |