Skip to content

Commit

Permalink
sync comment with parameter name in function signature (#4063)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Savintsev <dmitris@users.noreply.github.com>
  • Loading branch information
dmitris authored Feb 17, 2025
1 parent cce71fd commit 01fde81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/tsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func isTufTargetExist(ctx context.Context, name string) (bool, error) {
// TUF root. If expired, makes a network call to retrieve the updated targets.
// By default, the certificates come from TUF, but you can override this for test
// purposes by using an env variable `SIGSTORE_TSA_CERTIFICATE_FILE` or a file path
// specified in `TSACertChainPath`. If using an alternate, the file should be in PEM format.
// specified in `certChainPath`. If using an alternate, the file should be in PEM format.
func GetTSACerts(ctx context.Context, certChainPath string, fn GetTargetStub) (*TSACertificates, error) {
altTSACert := env.Getenv(env.VariableSigstoreTSACertificateFile)

Expand Down

0 comments on commit 01fde81

Please sign in to comment.