Commit d15d547
committed
feat: add npm provenance support for supply chain security [patch]
- Add id-token: write permission for Sigstore signing
- Add --provenance flag to npm publish command
- Add comprehensive provenance implementation guide
- Update release notes to indicate provenance status
This enables cryptographic proof linking published packages
to their source repository and build instructions.1 parent 55dc213 commit d15d547
File tree
2 files changed
+674
-3
lines changed- .github/workflows
- plan
2 files changed
+674
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
79 | | - | |
80 | | - | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| 106 | + | |
| 107 | + | |
101 | 108 | | |
102 | | - | |
| 109 | + | |
0 commit comments