-
Notifications
You must be signed in to change notification settings - Fork 53
feat(cli): auto-collect AI agent config during attestation init #2843
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
525bcd5
a3fa7c6
9bfdaa6
23d835c
0601fdb
02a8fd2
1a87b0d
f196304
5c791a2
6da6e08
e742dd1
f6a2546
c723b27
2ebf832
aec7449
404d0b5
0051da4
27550ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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.
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.
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.
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.
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.
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.
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.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| // | ||
| // Copyright 2024-2025 The Chainloop Authors. | ||
| // Copyright 2024-2026 The Chainloop Authors. | ||
| // | ||
| // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| // you may not use this file except in compliance with the License. | ||
|
|
@@ -49,6 +49,7 @@ var CraftingMaterialInValidationOrder = []CraftingSchema_Material_MaterialType{ | |
| CraftingSchema_Material_ZAP_DAST_ZIP, | ||
| CraftingSchema_Material_SLSA_PROVENANCE, | ||
| CraftingSchema_Material_CHAINLOOP_RUNNER_CONTEXT, | ||
| CraftingSchema_Material_CHAINLOOP_AI_AGENT_CONFIG, | ||
|
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. P2: Add tests for the new (Based on your team's feedback about adding or updating tests for new paths.) Prompt for AI agents |
||
| CraftingSchema_Material_ATTESTATION, | ||
| CraftingSchema_Material_CONTAINER_IMAGE, | ||
| CraftingSchema_Material_ARTIFACT, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.