Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed May 21, 2024
1 parent 1f405c8 commit d1e6dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion verifiers/internal/gcb/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (v *GCBVerifier) VerifyNpmPackage(ctx context.Context,
return nil, nil, serrors.ErrorNotSupported
}

// VerifyNpmPackage verifies an npm package tarball.
// VerifyNpmPackageWithSigstoreTufClient verifies an npm package tarball.
func (v *GCBVerifier) VerifyNpmPackageWithSigstoreTufClient(ctx context.Context,
attestations []byte, tarballHash string,
provenanceOpts *options.ProvenanceOpts,
Expand Down
2 changes: 1 addition & 1 deletion verifiers/internal/gha/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (v *GHAVerifier) VerifyNpmPackage(ctx context.Context,
return v.VerifyNpmPackageWithSigstoreTufClient(ctx, attestations, tarballHash, provenanceOpts, builderOpts, sigstoreTufClient)
}

// VerifyNpmPackage verifies an npm package tarball.
// VerifyNpmPackageWithSigstoreTufClient verifies an npm package tarball.
func (v *GHAVerifier) VerifyNpmPackageWithSigstoreTufClient(ctx context.Context,
attestations []byte, tarballHash string,
provenanceOpts *options.ProvenanceOpts,
Expand Down

0 comments on commit d1e6dc4

Please sign in to comment.