From 976e7240f05d80b52a19e8ea1064b8bfdf471a8f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 19 Mar 2024 15:40:40 -0700 Subject: [PATCH] Create the model-transparency repository. (#418) Have a TODO to see on how to add the other required checks, but this should make the repo fully defined, I think. Signed-off-by: Mihai Maruseac --- .../github-data/sigstore/repositories.yaml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/github-sync/github-data/sigstore/repositories.yaml b/github-sync/github-data/sigstore/repositories.yaml index 5305139..9ff5447 100644 --- a/github-sync/github-data/sigstore/repositories.yaml +++ b/github-sync/github-data/sigstore/repositories.yaml @@ -934,6 +934,54 @@ repositories: - username: AndreyKozlov1984 permission: maintain webCommitSignoffRequired: true + - name: model-transparency + owner: sigstore + description: Supply chain security for ML + homepageUrl: "" + defaultBranch: main + allowAutoMerge: false + allowMergeCommit: false + allowRebaseMerge: true + allowSquashMerge: true + archived: false + autoInit: false + deleteBranchOnMerge: true + hasDiscussions: false + hasDownloads: false + hasIssues: true + hasProjects: false + hasWiki: false + vulnerabilityAlerts: true + visibility: public + licenseTemplate: "" + topics: + - machine-learning + - security + - supply-chain + - sigstore + collaborators: [] + teams: + - name: model-transparency-codeowners + id: 4722047 + permission: admin + branchesProtection: + - pattern: main + enforceAdmins: true + allowsDeletions: false + allowsForcePushes: false + requiredLinearHistory: true + dismissStaleReviews: true + requiredApprovingReviewCount: 1 + requireCodeOwnerReviews: true + restrictDismissals: true + requireLastPushApproval: true + statusChecks: + - DCO # TODO: probably need to add more to match with all the other checks we enforce + pushRestrictions: + - model-transparency-codeowners + dismissalRestrictions: + - model-transparency-codeowners + webCommitSignoffRequired: true - name: policy-controller owner: sigstore description: ""