-
Notifications
You must be signed in to change notification settings - Fork 0
fix(automation): restore hourly fleet coordination #1233
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
Open
seonghobae
wants to merge
21
commits into
main
Choose a base branch
from
fix/organization-loop-oidc-fallback
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
559b6f1
fix(automation): restore hourly fleet coordination
seonghobae 9e08e1a
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 431a3e0
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae 6daa442
fix(loop): harden OIDC credential exchange
seonghobae a1cbf49
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae 441b7d4
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae 70d9eb0
Merge remote-tracking branch 'refs/remotes/origin/main' into HEAD
seonghobae 38bb069
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae e237b2d
fix(automation): bound app token exchange requests
seonghobae dfb8e26
fix(strix): gate dependency manifest updates (#935)
seonghobae 9cda8fa
fix(strix): avoid untrusted dependency build hooks
seonghobae 7937d45
Merge main into organization loop repair
seonghobae 028e6e2
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 54ab5bb
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] be6a0cb
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 5304f20
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] fed5112
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 3dc0de8
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 5718a50
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 0e548c5
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 2aa1dae
Merge branch 'main' into fix/organization-loop-oidc-fallback
opencode-agent[bot] 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
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 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 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 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,34 @@ | ||
| # Strix dependency-manifest quality trigger | ||
|
|
||
| ## Incident and buyer impact | ||
|
|
||
| `requirements-strix-ci-hashes.txt` is executable supply-chain input for the | ||
| organization-required Strix gate. The permanent changed-path quality | ||
| workflow did not list that file. A Dependabot lock-only pull request could | ||
| therefore merge without running the Strix policy, shell-regression, security, | ||
| and full-suite contracts. | ||
|
|
||
| ## Decision | ||
|
|
||
| Add the exact repository-root manifest path to | ||
| `.github/workflows/strix-changed-path-quality-ci.yml` and bind it with | ||
| `test_strix_workflow_reruns_when_dependency_manifest_changes`. Do not pass the | ||
| pull-request-controlled lock to `pip` in this job. A hash-matching source | ||
| distribution can execute its PEP 517 build backend while pip prepares metadata, | ||
| even for `--dry-run --no-deps --require-hashes`. Hosted Strix run `32643804284` | ||
| reproduced that execution path at the exact pull-request head. Requiring wheels | ||
| is not an equivalent repair because the production closure includes packages | ||
| without a compatible wheel. Production resolution therefore remains inside the | ||
| trusted default-branch Strix boundary, while every lock change still triggers | ||
| the permanent policy, regression, and security review gates. Scanner models, | ||
| credentials, timeouts, and result semantics are unchanged. | ||
|
|
||
| ## References | ||
|
|
||
| National Institute of Standards and Technology. (2024). *Cybersecurity | ||
| supply chain risk management practices for systems and organizations* | ||
| (NIST Special Publication 800-161 Rev. 1). | ||
| https://doi.org/10.6028/NIST.SP.800-161r1 | ||
|
|
||
| Open Source Security Foundation. (2025). *SLSA specification version 1.2*. | ||
| https://slsa.dev/spec/v1.2/ |
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 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 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 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 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.