Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 8, 2024
1 parent a702bf7 commit 76fd86f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions verifiers/internal/gha/provenance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,16 +472,16 @@ func Test_isValidDelegatorBuilderID(t *testing.T) {
testingEnabled: true,
},
{
name: "invalid builder: ref slsa-github-generator repo: testing enabled",
sourceURI: gitPrefix + httpsGithubCom + "slsa-framework/slsa-github-generator",
builderID: "some/builderID@refs/heads/anybranch",
name: "invalid builder: ref slsa-github-generator repo: testing enabled",
sourceURI: gitPrefix + httpsGithubCom + "slsa-framework/slsa-github-generator",
builderID: "some/builderID@refs/heads/anybranch",
testingEnabled: true,
},
{
name: "invalid builder: ref slsa-github-generator repo: testing disabled",
name: "invalid builder: ref slsa-github-generator repo: testing disabled",
sourceURI: gitPrefix + httpsGithubCom + "slsa-framework/slsa-github-generator",
builderID: "some/builderID@refs/heads/anybranch",
err: serrors.ErrorInvalidRef,
err: serrors.ErrorInvalidRef,
},
{
name: "invalid builder ref e2e repo",
Expand Down

0 comments on commit 76fd86f

Please sign in to comment.