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

ci: add provenance to all published packages #25

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

saibotk
Copy link
Contributor

@saibotk saibotk commented Mar 6, 2024

This commit adds provenance for all published packages. See the NPM documentation 0.

Provenance will allow people to verify that the packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security.

For this to work, the id-token permission was added only where necessary.

This commit adds provenance for all published packages. See the NPM documentation [0].

Provenance will allow people to verify that the packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security.

For this to work, the `id-token` permission was added only where necessary.

[0]: https://docs.npmjs.com/generating-provenance-statements
@reinink reinink merged commit f8d4307 into tailwindlabs:main Mar 22, 2024
3 checks passed
@reinink
Copy link
Member

reinink commented Mar 22, 2024

Thanks!!

NavOrange pushed a commit to ban12-project/tailwindcss-safe-area that referenced this pull request Mar 25, 2024
This commit adds provenance for all published packages. See the NPM documentation [0].

Provenance will allow people to verify that the packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security.

For this to work, the `id-token` permission was added only where necessary.

[0]: https://docs.npmjs.com/generating-provenance-statements
NavOrange added a commit to ban12-project/tailwindcss-safe-area that referenced this pull request Dec 27, 2024
commit ef92eba
Author: Raúl R Pearson <[email protected]>
Date:   Fri Dec 27 05:08:03 2024 +0700

    Update README.md (tailwindlabs#33)

    All other plugin README's instruct installation as dev dependency, so I assume that's also considered best practice with this one.

commit f8d4307
Author: saibotk <[email protected]>
Date:   Fri Mar 22 18:16:49 2024 +0100

    ci: add provenance to all published packages (tailwindlabs#25)

    This commit adds provenance for all published packages. See the NPM documentation [0].

    Provenance will allow people to verify that the packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security.

    For this to work, the `id-token` permission was added only where necessary.

    [0]: https://docs.npmjs.com/generating-provenance-statements
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

Successfully merging this pull request may close these issues.

2 participants