refactored output reporting and formatting logic

This commit is contained in:
Mick Grove 2025-08-04 08:58:06 -07:00
commit bc05c3e5f2
15 changed files with 1109 additions and 1275 deletions

View file

@ -124,7 +124,6 @@ pub struct InputSpecifierArgs {
#[arg(long, requires = "s3_bucket")]
pub aws_local_profile: Option<String>,
/// Docker/OCI images to scan (no local Docker required)
#[arg(long = "docker-image")]
pub docker_image: Vec<String>,