Quick Start: Triage a Finding
Every finding gets a persistent triage record. Suppress one and it’s gone from future reports of the same namespace:
curl -X PATCH http://localhost:8000/findings/a3f1c2d4.../TFSEC-040 \ -H "Content-Type: application/json" \ -d '{"status": "suppressed", "note": "accepted risk — internal tool"}'status is one of open, acknowledged, suppressed, false_positive — see Findings for the full reference, including how to list and filter finding records.
Next steps
Section titled “Next steps”See Authentication to set up a real multi-tenant deployment.