Merged
Conversation
Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
2434f18 to
83fc52e
Compare
fa67ec8 to
080b886
Compare
Contributor
|
@thomas-fossati : There is nothing about discovery inside doc.go ? Will you please add the same in this file ? |
yogeshbdeshpande
previously approved these changes
Jan 26, 2026
Contributor
yogeshbdeshpande
left a comment
There was a problem hiding this comment.
LGTM!, I made a comment about doc.go, please check, I have no issues with the actual code in this PR!
Contributor
Author
Sounds like a good idea! |
080b886 to
2b251a8
Compare
Contributor
Author
Done! See this. |
Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
StaticEvidenceBuilder is a simple EvidenceBuilder that always returns the same static evidence and media type. This is can be used when the evidence is already available and does not need to be dynamically generated (RP mode) or for testing purposes. Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
2b251a8 to
013bfd3
Compare
yogeshbdeshpande
approved these changes
Jan 27, 2026
Contributor
yogeshbdeshpande
left a comment
There was a problem hiding this comment.
Checked the documentation, it all looks good to me!
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.
Add a client-side discovery API.
Also, update the CMW dependency (0.1.0->0.2.0) and adjust the calling code accordingly.
Also, update the CI, in particular, the “lint” action 😅
Add a
StaticEvidenceBuilderobject that always returns the same static evidence and media type.Fix #36