v0.1.3
Install
Pick the right tarball for your platform from the assets below.
# Linux x86_64
curl -L -o scrump.tar.gz https://github.com/avifenesh/scrump/releases/download/v0.1.3/scrump-v0.1.3-x86_64-unknown-linux-gnu.tar.gz
tar -xzf scrump.tar.gz
sudo install -m 755 scrump-v0.1.3-x86_64-unknown-linux-gnu/scrump /usr/local/bin/
scrump --versionOr, from crates.io:
cargo install scrump-cliVerify with the matching *.sha256 file.
What's Changed
- fix(rules): quarantine 65 noisy auto-extracted TruffleHog rules by @avifenesh in #12
New Contributors
- @avifenesh made their first contribution in #12
Full Changelog: v0.1.2...v0.1.3