-
Notifications
You must be signed in to change notification settings - Fork 1
Add OSS NA '25 demo to examples #44
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
Conversation
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
a643cb4 to
0db94cb
Compare
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.
Looks good, but it would be best to avoid duplicating files. One option could be copying them into your directory, or alternatively, placing them in the main example folder and using a Bash script to copy them as needed.
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
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.
LGTM. But let's open a ticket to streamline the READMEs
Co-authored-by: Marcin Spoczynski <[email protected]>
This PR adds a new demo script used in our OSS NA '25 talk on Atlas. To make this demo work on a non-TDX machine and show hardware attestation usage, we add a MockAttestation assertion.
Note: This PR requires upstream changes in the c2pa-lib since the MockAttestation custom assertion does not pass schema verification.