Is your feature request related to a problem? Please describe.
User's should be able to verify signed v1beta1 ZarfComponentConfigs with zarf component verify.
Describe the behavior you'd like
- Given I have a signed ZarfComponentConfig
- When I run
zarf component verify oci://ghcr.io/my-repo/my-component --key with the correct key
- Then I receive an assertion that my component is verified
All verification flags should work
Describe alternatives you've considered
In the future we may have verification options in the package schema itself, but that will be a separate option
Is your feature request related to a problem? Please describe.
User's should be able to verify signed v1beta1 ZarfComponentConfigs with
zarf component verify.Describe the behavior you'd like
zarf component verify oci://ghcr.io/my-repo/my-component --keywith the correct keyAll verification flags should work
Describe alternatives you've considered
In the future we may have verification options in the package schema itself, but that will be a separate option