docs/guide/advanced/telemetry.md
Trivy collects anonymous usage data in order to help us improve the product. This document explains what is collected and how you can control it.
The following information could be collected:
The following flags will be included with their value:
--8<-- "./docs/guide/advanced/telemetry-flags.md"
No personal information, scan results, or sensitive data is specifically collected. We take the following measures to ensure that:
Trivy is an Aqua Security product and adheres to the company's privacy policy: https://aquasec.com/privacy.
You can disable telemetry altogether using the --disable-telemetry flag. Like other Trivy flags, this can be set on the command line, YAML configuration file, or environment variable. For more details see here.
For example:
trivy image --disable-telemetry alpine