Commit 1b7581d
committed
feat: integrate WebAssembly component signing with dual-layer security
- Add wasmsign2 component signing integration using rules_wasm_component
- Implement OCI image signing with Cosign keyless signing (GitHub OIDC)
- Create dual-layer security model: component + container manifest signing
- Add signature verification rules and comprehensive security documentation
- Update CI/CD pipelines to build and publish signed components
- Support both signed and unsigned variants for different security requirements
- Include verification keys and comprehensive verification instructions1 parent eb10409 commit 1b7581d
File tree
7 files changed
+569
-88
lines changed- .github/workflows
- tinygo
7 files changed
+569
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | | - | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
81 | 93 | | |
82 | 94 | | |
83 | 95 | | |
| |||
86 | 98 | | |
87 | 99 | | |
88 | 100 | | |
| 101 | + | |
| 102 | + | |
89 | 103 | | |
90 | 104 | | |
91 | 105 | | |
| |||
0 commit comments