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/58baf4c7780a69792216c9e8b257b68f9e0f5105
- **GitHub Actions Job:** https://github.com/ferdodo/exportcase/actions/runs/15808439434/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
```