Interface AutoTestRedactedNegativeMatchStepOutput

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

interface AutoTestRedactedNegativeMatchStepOutput {
    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.