Created
September 22, 2025 15:43
-
-
Save initcron/3c94c77fe843438fc1070599468c90da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .trivyignore | |
| # Trivy ignore file for known false positives or accepted risks | |
| # Example: Ignore specific CVE that doesn't affect our use case | |
| # CVE-2023-12345 | |
| # Example: Ignore vulnerabilities in specific packages | |
| # pkg:pypi/package-name@version | |
| # Note: Only ignore vulnerabilities after proper risk assessment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment