Skip to content

Commit

Permalink
Fix documentation linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Dec 11, 2023
1 parent c209f4e commit 45e55a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/github/provenance.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ func NewReleaseEnvironment(gh Context, runner RunnerContext, tagName string, rc
}

// GenerateProvenanceStatement generates provenance from the GitHub release environment
//
// Release assets will be downloaded to the given artifactPath
//
// The artifactPath has to be a directory.
func (e *ReleaseEnvironment) GenerateProvenanceStatement(ctx context.Context, subjecter intoto.Subjecter, materials ...intoto.Item) (*intoto.Statement, error) {
err := os.MkdirAll(e.artifactPath, 0755)
Expand Down

0 comments on commit 45e55a0

Please sign in to comment.