Skip to content

Conversation

@joaopapereira
Copy link
Member

Rename flags to cosign-artifacts
Change logic to allow the retrieval of SBOM and attestations as well as
signatures for these images

Fixes #269

@joaopapereira joaopapereira had a problem deploying to TanzuNet Registry Dev e2e May 25, 2022 20:26 Failure
@joaopapereira joaopapereira temporarily deployed to GCR e2e May 25, 2022 20:26 Inactive
@joaopapereira joaopapereira temporarily deployed to GCR e2e May 25, 2022 21:27 Inactive
@joaopapereira joaopapereira had a problem deploying to TanzuNet Registry Dev e2e May 25, 2022 21:27 Failure
Comment on lines 103 to 115
wg.Go(func() error {
artifactRef, err := s.retrieveArtifact(ref, throttle, SBOM)
if err != nil {
return err
}
if artifactRef == nil {
return nil
}
lock.Lock()
artifacts = append(artifacts, *artifactRef)
lock.Unlock()
return nil
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we do next three sections in a loop []x{SBOM, Attestation, Signature}?

Rename flags to `cosign-artifacts`
Change logic to allow the retrieval of SBOM and attestations as well as
signatures for these images

Signed-off-by: Joao Pereira <joaod@vmware.com>
@joaopapereira joaopapereira had a problem deploying to TanzuNet Registry Dev e2e February 17, 2023 17:30 — with GitHub Actions Failure
@joaopapereira joaopapereira temporarily deployed to GCR e2e February 17, 2023 17:30 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support sbom/attestation OCI artifacts similar to .sig signatures

4 participants