Skip to content

Commit

Permalink
fix Hashedrekord
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Nov 22, 2024
1 parent 5224d16 commit 899add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rekor_types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Hashedrekord(_ProposedEntryMixin):
"""Proposed entry model for a `dsse` record."""

kind: Literal["hashedrekord"] = "hashedrekord"
spec: hashedrekord.RekorSchema
spec: hashedrekord.HashedrekordSchema


class Helm(_ProposedEntryMixin):
Expand Down

0 comments on commit 899add9

Please sign in to comment.