14 writes to BuildType
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
449BuildType = buildType
Aspire.Cli.Tests (13)
Agents\SigstoreNpmProvenanceCheckerTests.cs (13)
290BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 312BuildType = GitHubReleaseAssetBuildType, 342BuildType = GitHubReleaseAssetBuildType, 365BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 385BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 405BuildType = "https://evil.example.com/build/v1", 425BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 700BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 732BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 758BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 780BuildType = "https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", 808BuildType = spoofedBuildType, 828BuildType = null,
7 references to BuildType
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
483if (!string.Equals(provenance.BuildType, expectedBuildType, StringComparison.Ordinal))
Aspire.Cli.Tests (6)
Agents\SigstoreNpmProvenanceCheckerTests.cs (6)
176Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", provenance.BuildType); 223Assert.Null(provenance.BuildType); 275Assert.Null(provenance.BuildType); 923Assert.Equal("https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1", provenance.BuildType); 955Assert.Null(provenance.BuildType); 1025Assert.Null(provenance.BuildType);