ci: add OSPO branch protection and environment-scoped workflows#25
Closed
jung-thomas wants to merge 2 commits into
Closed
ci: add OSPO branch protection and environment-scoped workflows#25jung-thomas wants to merge 2 commits into
jung-thomas wants to merge 2 commits into
Conversation
Adds repo ruleset on `main` (PR + CI `test` check required, blocks force-push and deletion, admin bypass). Wires publishing/secret-using workflows to GitHub Environments: release.yml -> release, sign-windows.yml + release-tray.yml -> signing (required reviewer), news-sync.yml -> news-sync. Documents the new approval gate in the CLAUDE.md release section. Follow-up (manual): scope SIGNPATH_* secrets to the signing environment and YOUTUBE_API_KEY to the news-sync environment.
Signed-off-by: Thomas Jung <thomas.jung@sap.com>
Contributor
Author
|
Superseded by a follow-up PR that addresses the actual OSPO findings (deadline 16 June 2026):
Closing this in favor of the new PR. |
auto-merge was automatically disabled
June 12, 2026 16:37
Pull request was closed
Contributor
|
For the branch protection (GitHub Hardening Control 5) you could, as an alternative, just add this repo to the list in this ruleset (see the email I sent the other day). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds repo ruleset on
main(PR + CItestcheck required, blocks force-push and deletion, admin bypass). Wires publishing/secret-using workflows to GitHub Environments: release.yml -> release, sign-windows.yml + release-tray.yml -> signing (required reviewer), news-sync.yml -> news-sync. Documents the new approval gate in the CLAUDE.md release section.Follow-up (manual): scope SIGNPATH_* secrets to the signing environment and YOUTUBE_API_KEY to the news-sync environment.