zap-cdk
    Preparing search index...

    Interface IZap

    Interface representing the ZAP (Zed Attack Proxy) configuration.

    IZap

    interface IZap {
        env: IEnvironment;
        jobs: IJob[];
    }
    Index

    Properties

    Properties

    The environment configuration.

    jobs: IJob[]

    The list of jobs to be executed.