Commit 510e48a
ci: stub web assets so tauri_build succeeds in the security workflow
The lint-and-test and hardening-flags jobs run bare cargo (no pnpm/vite/noscript
build), so tauri_build failed on the missing bundled NoScript .so and frontendDist.
This CI only verifies the Rust backend + ELF hardening, not the web bundle, so we
stub an empty .so and a minimal dist/index.html to satisfy tauri_build instead of
running the full frontend build. Validated locally with the stubs in place.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e47358a commit 510e48a
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
72 | 89 | | |
73 | 90 | | |
74 | 91 | | |
| |||
0 commit comments