7 writes to BuildType
aspire (2)
Npm\NpmProvenanceChecker.cs (1)
220BuildType = buildType
Npm\SigstoreNpmProvenanceChecker.cs (1)
210BuildType = buildDefinition?["buildType"]?.GetValue<string>()
Aspire.Cli.Tests (5)
Agents\SigstoreNpmProvenanceCheckerTests.cs (5)
122BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 144BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 164BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 184BuildType = "https://evil.example.com/build/v1", 204BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1",
5 references to BuildType
aspire (3)
Npm\NpmProvenanceChecker.cs (2)
104if (!string.Equals(provenance.BuildType, expectedBuildType, StringComparison.Ordinal)) 109provenance.BuildType);
Npm\SigstoreNpmProvenanceChecker.cs (1)
333if (!string.Equals(provenance.BuildType, expectedBuildType, StringComparison.Ordinal))
Aspire.Cli.Tests (2)
Agents\NpmProvenanceCheckerTests.cs (1)
24Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", result.Value.Provenance.BuildType);
Agents\SigstoreNpmProvenanceCheckerTests.cs (1)
102Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", provenance.BuildType);