Refactor code structure and optimize performance across multiple modules

This commit is contained in:
StellaOps Bot
2025-12-26 20:03:22 +02:00
parent c786faae84
commit f10d83c444
1385 changed files with 69732 additions and 10280 deletions

View File

@@ -12,7 +12,8 @@ namespace StellaOps.Scanner.WebService.Tests;
public sealed class SbomEndpointsTests
{
[Fact]
[Trait("Category", TestCategories.Unit)]
[Fact]
public async Task SubmitSbomAcceptsCycloneDxJson()
{
using var secrets = new TestSurfaceSecretsScope();
@@ -82,6 +83,7 @@ public sealed class SbomEndpointsTests
ArgumentNullException.ThrowIfNull(content);
using var buffer = new MemoryStream();
using StellaOps.TestKit;
await content.CopyToAsync(buffer, cancellationToken).ConfigureAwait(false);
var key = $"{descriptor.Bucket}:{descriptor.Key}";