Skip to content

Commit

Permalink
Add comments for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gillisandrew committed Oct 25, 2024
1 parent 61e08a0 commit 47bab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/attestations.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Attestation struct {
// Refer to the sigstore bundle specification for more info:
// https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
Bundle *json.RawMessage `json:"bundle"`
RepositoryID *int64 `json:"repository_id"`
RepositoryID *int64 `json:"repository_id"`
}

// AttestationsResponse represents a collection of artifact attestations.
Expand Down

0 comments on commit 47bab5e

Please sign in to comment.