Skip to content

Commit

Permalink
update status check for cosign and scaffold repo (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Aug 16, 2022
1 parent cd991ff commit 637c464
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions github-sync/github-data/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,23 @@ repositories:
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
statusChecks:
- Check Whitespace
- DCO
- Do Not Submit
- Run PowerShell E2E tests
- Run e2e tests
- Run unit tests (macos-latest)
- Run unit tests (ubuntu-latest)
- Run unit tests (windows-latest)
- Verify Docgen
- build (macos-latest)
- build (ubuntu-latest)
- build (windows-latest)
- dependency-review
- license boilerplate check
- lint
- validate-release-job
- attest / verify-attestation test (v1.24.x)
pushRestrictions:
- cosign-codeowners
- name: cosign-gatekeeper-provider
Expand Down Expand Up @@ -1062,10 +1078,29 @@ repositories:
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
statusChecks:
- license boilerplate check
- DCO
- Analyze (go)
- Analyze (go)
- CodeQL
- DCO
- Shellcheck
- license boilerplate check
- e2e tests (v1.22.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.22.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests (v1.23.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests (v1.23.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.24.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.24.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests using release (v1.22.x, fulcio rekor ctlog e2e, 1.18)
- e2e tests using release (v1.23.x, fulcio rekor ctlog e2e, 1.18)
- e2e tests using release (v1.24.x, fulcio rekor ctlog e2e, 1.18)
- Test github action (v1.22.x, v0.3.0, 1.18, test github action)
- Test github action (v1.22.x, v0.4.3, 1.18, test github action)
- Test github action with TUF (v1.22.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.23.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.24.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.22.x, v0.4.2, 1.18, test github action with TUF)
- Test github action with TUF (v1.23.x, v0.4.2, 1.18, test github action with TUF)
- Test github action with TUF (v1.24.x, v0.4.2, 1.18, test github action with TUF)
pushRestrictions:
- scaffolding-codeowners
- name: sget
Expand Down

0 comments on commit 637c464

Please sign in to comment.