zap-cdk
    Preparing search index...

    Interface ITechnology

    ITechnology Represents the technology details for the scanning context.

    interface ITechnology {
        exclude?: string[];
        include?: string[];
    }
    Index

    Properties

    Properties

    exclude?: string[]

    List of tech to exclude.

    include?: string[]

    List of tech to include.