Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Leaquor.jl: Secret Scanning with Julia (github.com/avkcode)
2 points by akrylov 10 months ago | hide | past | favorite | 1 comment


Most secret-scanning tools for Git repos have a big problem: their JSON output is often broken or hard to parse, making automation a pain. They find secrets just fine, but trying to use their output in a CI pipeline or backend service usually means wrestling with malformed data or writing custom parsers.

That’s why I built a lightweight tool in Julia that does two things right: it outputs clean, valid JSON, and it lets you define custom detection patterns via a YAML config file. No more hacking around messy outputs or hardcoded rules—just structured results that actually work in automated workflows.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: