Files
podman/vendor/github.com/google/trillian/CODEOWNERS
Miloslav Trmač 069edc3adf Add (podman {image,manifest} push --sign-by-sigstore=param-file.yaml)
(podman push) and (podman manifest push) now support --sign-by-sigstore=param-file,
using the containers-sigstore-signing-params.yaml(5) file format.

That notably adds support for Fulcio and Rekor signing.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-01-27 16:47:32 +01:00

22 lines
938 B
Plaintext

# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
#
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @google/trillian-team will be requested for
# review when someone opens a pull request.
* @google/trillian-team
/*.proto @mhutchinson @AlCutter @pphaneuf
/storage/storagepb/storage.proto @mhutchinson @AlCutter @pphaneuf
# Mitigation for https://github.com/google/trillian/issues/1297
# Folks to watch out for hanges to DB schemas and ensure that
# there's a note added in a sensible location about how to
# upgrade schema instances.
/storage/mysql/schema/* @mhutchinson @AlCutter @pphaneuf
/storage/cloudspanner/spanner.sdl @mhutchinson @AlCutter @pphaneuf