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

Enable supply chain security through npm provenance attestation #2077

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pupapaik
Copy link

@pupapaik pupapaik commented Nov 7, 2024

  • Configure GitHub Actions workflow for secure publishing
  • Enable automatic provenance generation during npm publish
  • Add integrity verification through Sigstore transparency logs

Following the recent Lottie-Player supply chain attack, it's crucial to enhance package security. NPM provenance provides cryptographic proof that this package was built from this repository using GitHub Actions, making supply chain attacks significantly harder. More info in my blog post https://medium.com/exaforce/npm-provenance-the-missing-security-layer-in-popular-javascript-libraries-b50107927008

pupapaik and others added 3 commits November 7, 2024 09:58
- Configure GitHub Actions workflow for secure publishing
- Enable automatic provenance generation during npm publish
- Add integrity verification through Sigstore transparency logs
@XhmikosR
Copy link
Member

Can you please upgrade to the latest hashes and rebase?

@XhmikosR XhmikosR added the build label Mar 19, 2025
@XhmikosR
Copy link
Member

Also, squash your patches, I see different authors.

@XhmikosR XhmikosR added the github_actions Pull requests that update Github_actions code label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants