Skip to content
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

Suboptimal supply chain security for the project #246

Open
1 task done
R3DRUN3 opened this issue Feb 9, 2024 · 0 comments
Open
1 task done

Suboptimal supply chain security for the project #246

R3DRUN3 opened this issue Feb 9, 2024 · 0 comments

Comments

@R3DRUN3
Copy link
Contributor

R3DRUN3 commented Feb 9, 2024

Checklist

  • I've searched for similar issues and couldn't find anything matching

Problem Description

At its current state, the project exhibits suboptimal supply chain management in the CI pipeline.
The generated OCI images for nostr-wallet-connect are neither signed nor attested.

Solution Description

The proposed solution suggests minimal adherence to industry best practices, by signing and attesting the images (cosign) using their SBOM as a predicate.

Benefits

Main benefits are:

  1. Certify both image and SBOM provenance.
  2. Have the SBOM available in the same registry as the image, enabling effortless downloading for all users.
  3. Implementing specific admission policies with tools such as Kyverno and Sigstore Policy Controller.

Additional Information

For an implementation reference on GitHub Actions, please refer to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant