exportcase
Version:
A TypeScript validator that ensures file names match their exported name
16 lines (12 loc) • 746 B
Markdown
# Build info
- **Commit:** https://github.com/ferdodo/exportcase/commit/d038b3a0b7be0ca8657299eaec609257666f6523
- **GitHub Actions Job:** https://github.com/ferdodo/exportcase/actions/runs/15087927885/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.crt --signature ./bin/exportcase.sig ./bin/exportcase
```
```bash
# showdisplay the certificate's metadata
cat ./bin/exportcase.crt | base64 -d | openssl x509 -noout -text
```