mirror of
https://github.com/containers/podman.git
synced 2026-02-23 10:15:19 -05:00
(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>
22 lines
938 B
Plaintext
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
|