Discussions
Thank you for taking interest in contributing to Trivy!
Trivy uses GitHub Discussion for bug reports, feature requests, and questions. If maintainers decide to accept a new feature or confirm that it is a bug, they will close the discussion and create a GitHub Issue associated with that discussion.
- Feel free to open discussions for any reason. When you open a new discussion, you'll have to select a discussion category as described below.
- Please spend a small amount of time giving due diligence to the issue/discussion tracker. Your discussion might be a duplicate. If it is, please add your comment to the existing issue/discussion.
- Remember that users might search for your issue/discussion in the future, so please give it a meaningful title to help others.
- The issue should clearly explain the reason for opening, the proposal if you have any, and any relevant technical information.
There are 4 categories:
- 💡 Ideas
- Share ideas for new features
- 🔎 False Detection
- Report false positives/negatives
- 🐛 Bugs
- Report something that is not working as expected
- 🙏 Q&A
- Ask the community for help
Note
If you find any false positives or false negatives, please make sure to report them under the "False Detection" category, not "Bugs".
False detection
Trivy depends on multiple data sources. Sometime these databases contain mistakes.
If Trivy can't detect any CVE-IDs or shows false positive result, at first please follow the next steps:
- Run Trivy with
-f json
that shows data sources. - According to the shown data source, make sure that the security advisory in the data source is correct.
If the data source is correct and Trivy shows wrong results, please raise an issue on Trivy.
GitHub Advisory Database
Visit here and search CVE-ID.
If you find a problem, it'll be nice to fix it: How to contribute to a GitHub security advisory
GitLab Advisory Database
Visit here and search CVE-ID.
If you find a problem, it'll be nice to fix it: Create an issue to GitLab Advisory Database
Red Hat CVE Database
Visit here and search CVE-ID.