You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): inline all external tool checksums at build time
Add build-time inlined checksums for all security tools:
- SFW (Socket Firewall)
- OpenGrep
- Trivy
- TruffleHog
Each tool now has a dedicated checksum getter module with:
- get*Checksums(): Returns checksum map from inlined env var
- require*Checksum(): Hard error in prod if checksum missing
This ensures production builds have integrity verification for
all external tool downloads, while allowing dev mode flexibility.
0 commit comments