From 0870f1a97741dff17267b3e0ca51d40ba04a7360 Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Wed, 14 Aug 2024 14:45:07 +0530 Subject: [PATCH] add missing OWNERS file --- task/acs-deploy-check/OWNERS | 5 +++++ task/acs-image-check/OWNERS | 5 +++++ task/acs-image-scan/OWNERS | 5 +++++ task/buildah-remote-oci-ta/OWNERS | 5 +++++ task/download-sbom-from-url-in-attestation/OWNERS | 5 +++++ task/gather-deploy-images/OWNERS | 5 +++++ task/upload-sbom-to-trustification/OWNERS | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 task/acs-deploy-check/OWNERS create mode 100644 task/acs-image-check/OWNERS create mode 100644 task/acs-image-scan/OWNERS create mode 100644 task/buildah-remote-oci-ta/OWNERS create mode 100644 task/download-sbom-from-url-in-attestation/OWNERS create mode 100644 task/gather-deploy-images/OWNERS create mode 100644 task/upload-sbom-to-trustification/OWNERS diff --git a/task/acs-deploy-check/OWNERS b/task/acs-deploy-check/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/acs-deploy-check/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/acs-image-check/OWNERS b/task/acs-image-check/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/acs-image-check/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/acs-image-scan/OWNERS b/task/acs-image-scan/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/acs-image-scan/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/buildah-remote-oci-ta/OWNERS b/task/buildah-remote-oci-ta/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/buildah-remote-oci-ta/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/download-sbom-from-url-in-attestation/OWNERS b/task/download-sbom-from-url-in-attestation/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/download-sbom-from-url-in-attestation/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/gather-deploy-images/OWNERS b/task/gather-deploy-images/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/gather-deploy-images/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team diff --git a/task/upload-sbom-to-trustification/OWNERS b/task/upload-sbom-to-trustification/OWNERS new file mode 100644 index 0000000000..d3f0ff4a7e --- /dev/null +++ b/task/upload-sbom-to-trustification/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners +approvers: + - build-team +reviewers: + - build-team