Skip to content

Commit

Permalink
Create the model-transparency repository. (#418)
Browse files Browse the repository at this point in the history
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 <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Mar 19, 2024
1 parent 041a208 commit 976e724
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions github-sync/github-data/sigstore/repositories.yaml
Expand Up @@ -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: ""
Expand Down

0 comments on commit 976e724

Please sign in to comment.