Interface AutoTestRedactedPositiveMatchStepOutput

Semgrep rules for patterns that are expected within the code (redacted).

interface AutoTestRedactedPositiveMatchStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    rules: AutoTestRedactedString;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

Semgrep rules for pattern to look for within the code.