-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fixes value for storage.oci.repository #974
Fixes value for storage.oci.repository #974
Conversation
The following is the coverage report on the affected files.
|
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.
I'm not sure how this fixes the issue from the description. A unit test might be a good idea to express it.
Yeah will be adding it 👍🏻 |
86aacdc
to
7066899
Compare
The following is the coverage report on the affected files.
|
7066899
to
3524079
Compare
I have added the test cases. PTAL |
The following is the coverage report on the affected files.
|
3524079
to
06e45a4
Compare
The following is the coverage report on the affected files.
|
06e45a4
to
31d6332
Compare
31d6332
to
1c754db
Compare
The following is the coverage report on the affected files.
|
1c754db
to
566e789
Compare
The following is the coverage report on the affected files.
|
Previously while providing repo url value for storage oci repository, chains controller was giving an error as `a digest must contain exactly one '@' separator (e.g. registry/repository@digest)` because, it was not able to add digest Hence this patch fixes it, by formatting the value provided by the user and thus storing the attestations/signatures in the provided location Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
566e789
to
998ce1e
Compare
The following is the coverage report on the affected files.
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lcarva The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Previously while providing repo url value for storage oci repository, chains controller was giving an error as
a digest must contain exactly one '@' separator (e.g. registry/repository@digest)
because, it was not able to add digest and repo name
Hence this patch fixes it, by formatting the value provided by the user and thus storing the
attestations/signatures in the provide location
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes