contentauth / c2patool

Command line tool for displaying and adding C2PA manifests
Apache License 2.0
107 stars 30 forks source link

Add trust and verification options to c2pa_tool #168

Closed mauricefisher64 closed 6 months ago

mauricefisher64 commented 6 months ago

Changes in this pull request

This PR adds support to configure trust features including trust anchors, allowed lists, trust store configuration and verification options.

Checklist

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 76.10%. Comparing base (3d34beb) to head (2eff902).

Files Patch % Lines
src/main.rs 40.00% 30 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ========================================== - Coverage 83.95% 76.10% -7.85% ========================================== Files 3 3 Lines 374 406 +32 ========================================== - Hits 314 309 -5 - Misses 60 97 +37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

crandmck commented 6 months ago

Also @mauricefisher64 we should update the Usage section to add the new trust sub-command and options. I'd probably just mention them in the main section and tnen link down to the new section for details. I can edit the README directly in your branch if you want me to do that.

DONE