exportcase
Version:
A TypeScript validator that ensures file names match their exported name
16 lines (12 loc) • 762 B
Markdown
# Build info
- **Commit:** https://github.com/ferdodo/exportcase/commit/35475e916762cdba4c670461ae1b266ea542fd91
- **GitHub Actions Job:** https://github.com/ferdodo/exportcase/actions/runs/16703442910/attempts/1
This executable was built and signed automatically by github. While the certificate guarantees it hasn’t been altered since build, and that build is made from a specific commit hash in github context, it doesn’t guarantee the code is free of bugs or vulnerabilities.
```bash
# verify the certificate
cosign verify-blob --certificate ./bin/exportcase.wasm.crt --signature ./bin/exportcase.wasm.sig ./bin/exportcase.wasm
```
```bash
# display the certificate's metadata
cat ./bin/exportcase.wasm.crt | base64 -d | openssl x509 -noout -text
```