chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
379 stars 24 forks source link

Add new --min-*-risk flags, obsolete --min-level #249

Closed tstromberg closed 4 weeks ago

tstromberg commented 1 month ago

The generic "level" and "score" terminology was not self-describing. This changes our flags to specifically mention "risk". It also allows you to pass in a level name like "low" rather than an integer.

Fixes https://github.com/chainguard-dev/bincapz/issues/231