Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandcarter committed Jun 25, 2024
1 parent 388a0c0 commit 62cd087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signature/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func SignSteps(s pipeline.Steps, key jwk.Key, repoURL string, opts ...Option) er
}

// SignPipeline adds signatures to each command step (and recursively to any command steps that are within group steps) within a pipeline
// func SignPipeline(p *pipeline.Pipeline, key jwk.Key, repo string, logger Logger, debugSigning bool) error {
func SignPipeline(s pipeline.Steps, key jwk.Key, repo string, opts ...Option) error {
if err := SignSteps(s, key, repo, opts...); err != nil {
return fmt.Errorf("signing steps: %w", err)
Expand Down

0 comments on commit 62cd087

Please sign in to comment.