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