Rename Feedser to Concelier
This commit is contained in:
		
							
								
								
									
										8
									
								
								src/StellaOps.Concelier.Exporter.TrivyDb/OciIndex.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/StellaOps.Concelier.Exporter.TrivyDb/OciIndex.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Text.Json.Serialization;
 | 
			
		||||
 | 
			
		||||
namespace StellaOps.Concelier.Exporter.TrivyDb;
 | 
			
		||||
 | 
			
		||||
public sealed record OciIndex(
 | 
			
		||||
    [property: JsonPropertyName("schemaVersion")] int SchemaVersion,
 | 
			
		||||
    [property: JsonPropertyName("manifests")] IReadOnlyList<OciDescriptor> Manifests);
 | 
			
		||||
		Reference in New Issue
	
	Block a user