12 writes to BuildType
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
324BuildType = buildType
Aspire.Cli.Tests (11)
Agents\SigstoreNpmProvenanceCheckerTests.cs (11)
247BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 269BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 289BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 309BuildType = "https://evil.example.com/build/v1", 329BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 503BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 535BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 561BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 583BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 611BuildType = spoofedBuildType, 631BuildType = null,
7 references to BuildType
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
358if (!string.Equals(provenance.BuildType, expectedBuildType, StringComparison.Ordinal))
Aspire.Cli.Tests (6)
Agents\SigstoreNpmProvenanceCheckerTests.cs (6)
133Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", provenance.BuildType); 180Assert.Null(provenance.BuildType); 232Assert.Null(provenance.BuildType); 726Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", provenance.BuildType); 758Assert.Null(provenance.BuildType); 828Assert.Null(provenance.BuildType);