Skip to content

Commit

Permalink
Add common action items for the new predicate vetting process
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Jan 22, 2024
1 parent a7a9d07 commit f0ce788
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/new_predicate_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,23 @@ specification for you.
Our vetting process is simple.

1. Open a PR following [ITE-9] formatting guidelines.
- Add a the new predicate to the list of [existing predicates].
- To generate Go/Python/Java language bindings for the new predicate,
include a [protobuf definition].
- If the [predicateType] URI will be defined under the
https://in-toto.io/attestation namespace, submit a PR to add a line
to the [URL redirects list] for the in-toto.io domain.
2. The in-toto Attestation Framework maintainers will review the PR at the
next maintainers meeting.
3. If accepted, the new predicate type will be included in our directory.

[ITE-9]: https://github.com/in-toto/ITE/tree/master/ITE/9#document-format
[Predicates]: ../spec/v1/predicate.md
[RFC 3339]: https://tools.ietf.org/html/rfc3339
[URL redirects list]: https://github.com/in-toto/in-toto.io/blob/master/public/_redirects
[field types]: ../spec/v1/field_types.md
[existing predicates]: ../spec/predicates
[existing predicates]: ../spec/predicates/README/md
[parsing rules]: ../spec/v1/README.md#parsing-rules
[predicateType]: ../spec/v1/predicate.md#fields
[protobuf definition]: ../protos/README.md
[vetting process]: #vetting-process

0 comments on commit f0ce788

Please sign in to comment.