The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPANSEC::Admin::Command::Triage - Approve/Reject advisories from triage

SYNOPSIS

    cpansec-admin triage  [--triage-dir=<path>]  [-a | --all] [<filepath>...]

DESCRIPTION

This command allows you to easily inspect one or more items on the triage folder, to approve them as actual CPANSEC advisories or reject the candidate.

ARGUMENTS

    -a, --all                 Inspect the entire triage folder. Alternatively,
                              you may inspect a single candidate by passing
                              its filename.

    --triage-dir=<path>       Use a custom path for the triage (destination)
                              folder. Defaults to "./triage". Can also be set
                              via the CPANSEC_TRIAGE_DIR environment variable.
                              This option is ignored when you pass specific
                              file paths instead of --all.