Ignored issues in reporting #8659
-
QuestionIf I run trivy with an .trivyignore file with a list of issues, do they appear in the generated report with an IGNORED status if they are present in the artifact? Is there a way to do this? TargetContainer Image ScannerVulnerability Output FormatTemplate ModeStandalone Operating Systemlinux VersionNo response |
Beta Was this translation helpful? Give feedback.
Answered by
DmitriyLewen
Apr 1, 2025
Replies: 1 comment 1 reply
-
Hello @fababs
For templates you can try to use ModifiedFindings array. Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DmitriyLewen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @fababs
Trivy supports suppression table - https://trivy.dev/latest/docs/configuration/filtering/#suppression
For templates you can try to use ModifiedFindings array.
Regards, Dmitriy