zenveil ignore
Suppress a finding so it no longer appears in future reports. Suppressed findings are stored in .zenveil-ignore.json in your project root.
Usage
Arguments
Flags
Examples
Sample output
The ignore file
Ignored findings are stored in .zenveil-ignore.json:
Commit .zenveil-ignore.json to your repository so the whole team benefits from shared suppressions. Review it periodically — ignored findings can become relevant again as your codebase evolves.
zenveil feedback
Record a human verdict on a finding. This feeds ZenVeil’s lightweight feedback loop and helps improve detection quality over time.
Usage
Arguments
Verdicts
Examples
Sample output
Feedback storage
Feedback is stored in .zenveil-feedback.json in your project root. You can commit this file to share verdicts across your team.