zap-cdk
    Preparing search index...

    Interface IExitStatus

    IExitStatus Represents the exit status configuration for the scanning process.

    interface IExitStatus {
        alwaysRun?: boolean;
        enabled?: boolean;
        parameters: IExitStatusParameters;
        type: "exitStatus";
    }
    Index

    Properties

    alwaysRun?: boolean

    If set and the job is enabled, then it will run even if the plan exits early, default: false.

    enabled?: boolean

    If set to false, the job will not be run, default: true.

    The parameters for the exit status configuration.

    type: "exitStatus"

    Sets the exit code based on scan results.