-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(canon)!: tight Base core + opt-in Optimus-Extras overlay; delete rival Optimus-Branch #789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
9135af8
feat(canon): tighten Base to the R5 core
hyperpolymath 8426904
feat(canon): add the Optimus-Extras overlay, shipping on zero repos
hyperpolymath 80d1868
docs(canon): document the two layers, the witness rule and the three …
hyperpolymath 5ac3c58
feat(canon)!: delete the rival Optimus-Branch ruleset definition
hyperpolymath 30a3616
Fix CodeRabbit issues in PR #789
coderabbitai[bot] a72a94d
Fix CI failures in PR #789
coderabbitai[bot] 42ff35f
Allowlist exact historical Gitleaks findings (#796)
hyperpolymath b5ae57a
Merge branch 'main' into fix/canon-tight-base-and-optimus-extras
hyperpolymath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # SPDX-License-Identifier: MPL-2.0 | ||
| # | ||
| # Exact historical fingerprints only. The retired Python examples are absent | ||
| # from the current tree, and the exposed Cloudflare token was removed by | ||
| # 080c3941f091bdc1b94fa32cf11362a77f8fe01a. Keep that token revoked: these | ||
| # entries do not suppress the same rules in any new commit or location. | ||
| 55ad53331e530d44b2ada3fb2ca80a024625dbac:avow-protocol/avow-lib/examples/python/stamp_example.py:generic-api-key:237 | ||
| 55ad53331e530d44b2ada3fb2ca80a024625dbac:avow-protocol/avow-lib/examples/python/stamp_example.py:generic-api-key:251 | ||
| 55ad53331e530d44b2ada3fb2ca80a024625dbac:avow-protocol/deploy-repos.sh:cloudflare-api-key:5 |
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "name": "Optimus-Extras", | ||
| "target": "branch", | ||
| "enforcement": "active", | ||
| "conditions": { | ||
| "ref_name": { | ||
| "include": ["~DEFAULT_BRANCH"], | ||
| "exclude": [] | ||
| } | ||
| }, | ||
| "bypass_actors": [ | ||
| { "actor_id": 5, "actor_type": "RepositoryRole", "bypass_mode": "pull_request" } | ||
| ], | ||
| "rules": [ | ||
| { "type": "code_scanning", "parameters": { "code_scanning_tools": [] } }, | ||
| { "type": "required_deployments", "parameters": { "required_deployment_environments": [] } }, | ||
| { "type": "code_quality" }, | ||
| { "type": "code_coverage" }, | ||
| { "type": "copilot_code_review" } | ||
| ] | ||
| } |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.