Interface AutoTestPositiveMatchStepInput

Semgrep rules for patterns that are expected within the code.

interface AutoTestPositiveMatchStepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    rules: string;
}

Properties

description?: AutoTestDescription

The description of this step.

id?: string

The id of this step.

name?: string

The name of this step.

rules: string

Semgrep rules for pattern to look for within the code.