aur-scanner-cli 0.1.1

CLI tool for AUR package security scanning - detect malicious PKGBUILDs before installation
1
2
3
4
5
6
7
8
9
10
//! CLI commands

pub mod banner;
pub mod check;
pub mod codes;
pub mod explain;
pub mod rules;
pub mod scan;
pub mod system;
pub mod version;