-
Notifications
You must be signed in to change notification settings - Fork 424
Include and pin safe-outputs gh-aw-node image in default container predownload and manifest #39644
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
Changes from all commits
87f1303
5d58040
0888edc
1d493a4
40463d8
742d97d
de1934b
63bc374
8f5957e
e0e4081
9c7218e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -502,6 +502,11 @@ | |
| "digest": "sha256:64828b42a4482f58fab16509d7f8f495a6d97c972a98a68aff20543531ac0388", | ||
| "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.3.9@sha256:64828b42a4482f58fab16509d7f8f495a6d97c972a98a68aff20543531ac0388" | ||
| }, | ||
| "ghcr.io/github/gh-aw-node": { | ||
| "image": "ghcr.io/github/gh-aw-node", | ||
| "digest": "sha256:529d02eb970b1161aa25c593a9c3df57fdfad5a8add328cb3b6eccef66f3183b", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider adding a brief comment near this digest entry documenting when/how it should be refreshed, to ease future maintenance. 🔧 |
||
| "pinned_image": "ghcr.io/github/gh-aw-node@sha256:529d02eb970b1161aa25c593a9c3df57fdfad5a8add328cb3b6eccef66f3183b" | ||
| }, | ||
| "ghcr.io/github/github-mcp-server:v0.32.0": { | ||
| "image": "ghcr.io/github/github-mcp-server:v0.32.0", | ||
| "digest": "sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good — pinning the gh-aw-node image by digest here ensures reproducible, tamper-evident container resolution. ✅