Rename Feedser to Concelier
This commit is contained in:
		
							
								
								
									
										10
									
								
								src/StellaOps.Concelier.Exporter.TrivyDb/OciDescriptor.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/StellaOps.Concelier.Exporter.TrivyDb/OciDescriptor.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace StellaOps.Concelier.Exporter.TrivyDb; | ||||
|  | ||||
| public sealed record OciDescriptor( | ||||
|     [property: JsonPropertyName("mediaType")] string MediaType, | ||||
|     [property: JsonPropertyName("digest")] string Digest, | ||||
|     [property: JsonPropertyName("size")] long Size, | ||||
|     [property: JsonPropertyName("annotations")] IReadOnlyDictionary<string, string>? Annotations = null); | ||||
		Reference in New Issue
	
	Block a user