Skip to content
Snippets Groups Projects
user avatar
dlorenc authored
This should be the actual last one :)

Signed-off-by: default avatarDan Lorenc <lorenc.d@gmail.com>
770e8bf1
History

Pluggable Types

Description

Rekor supports pluggable types (aka different schemas) for entries stored in the transparency log.

Currently supported types

  • Alpine Packages schema
    • Versions: 0.0.1
  • Helm Provenance Files schema
    • Versions: 0.0.1
  • In-Toto Attestations schema
    • Versions: 0.0.1
  • Java Archives (JAR Files) schema
    • Versions: 0.0.1
  • Rekord (default type) schema
    • Versions: 0.0.1
  • RFC3161 Timestamps schema
    • Versions: 0.0.1
  • RPM Packages schema
    • Versions: 0.0.1

Refer to Rekor docs for adding support for new types.