github.com/ishita82/trivy-gitaction@v0.0.0-20240206054925-e937cc05f8e3/docs/getting-started/faq.md (about)

     1  ## FAQ
     2  
     3  ### How to pronounce the name "Trivy"?
     4  
     5  `tri` is pronounced like **tri**gger, `vy` is pronounced like en**vy**.
     6  
     7  ### Does Trivy support X?
     8  
     9  Check out the [Scanning coverage page](../docs/coverage/index.md).
    10  
    11  ### Is there a paid version of Trivy?
    12  
    13  If you liked Trivy, you will love Aqua which builds on top of Trivy to provide even more enhanced capabilities for a complete security management offering.  
    14  You can find a high level comparison table specific to Trivy users [here](https://github.com/aquasecurity/resources/blob/main/trivy-aqua.md).  
    15  In addition check out the <https://aquasec.com> website for more information about our products and services.
    16  If you'd like to contact Aqua or request a demo, please use this form: <https://www.aquasec.com/demo>
    17  
    18  ### How to generate multiple reports?
    19  See [here](../docs/configuration/reporting.md#converting).
    20  
    21  ### How to run Trivy under air-gapped environment?
    22  See [here](../docs/advanced/air-gap.md).
    23  
    24  ### Why `trivy fs` and `trivy repo` does not scan JAR files for vulnerabilities?
    25  See [here](../docs/target/repository.md#rationale).