This capability provider implements the "wasmcloud:adobe:c2pa" capability and embeds a transcode claim in an image.
Build with 'make'. Test with 'make test'.
If you store your source code on Github, we've gone ahead and included two actions: build.yml and release.yml under .github/workflows. The build action will automatically build, lint, and check formatting for your actor. The release action will automatically release a new version of your actor whenever code is pushed to main, or when you push a tag with the form vX.Y.Z.
These actions require 3 secrets
WASH_ISSUER_KEY, which can be generated withwash keys gen issuer, then look for the 58 characterSeedvalueWASH_SUBJECT_KEY, which can be generated withwash keys gen module, then look for the 58 characterSeedvalueWASMCLOUD_PAT, which can be created by following the Github PAT instructions and ensuring thewrite:packagespermission is enabled