From 9a89b725f2d4b7e0b5e25a0a76a3cb9c9066d47a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 8 Mar 2022 16:06:54 +0100 Subject: [PATCH] add definition for artifact hub to verify the ownership (#1563) Signed-off-by: cpanato --- artifacthub-repo.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 00000000000..2199462d3c7 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,21 @@ +# +# Copyright 2022 The Sigstore Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +repositoryID: 0344601c-282a-4857-a852-d9207291ccfe +owners: + - name: cpanato + email: ctadeu@gmail.com + - name: dlorenc + email: lorenc.d@gmail.com