This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
In-line issue suppression within Infrastructure as Code material #3900
Labels
triage/support
Indicates an issue that is a support question.
Milestone
As a user I would like to be able to place checker suppression within my IaC code so that I can selectively accept issues. Most security tools allow for a number of suppression methods, e.g. exclude a file, disable a checker by ID, and finally put an inline comment with something like #nosec to skip the line. Trivy doesn't appear to have this. In fact it only seems to allow for complete file exclusion which is too far the other direction.
The text was updated successfully, but these errors were encountered: