mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 13:56:48 +00:00
23 lines
589 B
YAML
23 lines
589 B
YAML
name: False positive
|
|
description: Report a policy finding that should not fire
|
|
title: "false-positive: "
|
|
labels: [false-positive]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Rule ID
|
|
placeholder: VF006
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Anonymized workflow fragment
|
|
description: Include relevant nodes and connections without secrets or customer data.
|
|
render: json
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Why the workflow is safe
|
|
validations:
|
|
required: true
|