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