up
This commit is contained in:
		| @@ -7,6 +7,7 @@ using StellaOps.Vexer.Attestation.Transparency; | ||||
| using StellaOps.Vexer.ArtifactStores.S3.Extensions; | ||||
| using StellaOps.Vexer.Export; | ||||
| using StellaOps.Vexer.Storage.Mongo; | ||||
| using StellaOps.Vexer.Connectors.RedHat.CSAF.DependencyInjection; | ||||
|  | ||||
| var builder = WebApplication.CreateBuilder(args); | ||||
| var configuration = builder.Configuration; | ||||
| @@ -21,6 +22,7 @@ services.AddVexExportEngine(); | ||||
| services.AddVexExportCacheServices(); | ||||
| services.AddVexAttestation(); | ||||
| services.Configure<VexAttestationClientOptions>(configuration.GetSection("Vexer:Attestation:Client")); | ||||
| services.AddRedHatCsafConnector(); | ||||
|  | ||||
| var rekorSection = configuration.GetSection("Vexer:Attestation:Rekor"); | ||||
| if (rekorSection.Exists()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user