You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have multiple Dockerfiles, say one just for build and the other for docker images that are meant for deployment, trivy sometimes report issues with the former which I would like to ignore. Since they are build time only, they are safe enough to ignore.
How do I ignore them by ID per file?
The text was updated successfully, but these errors were encountered:
Are there any guides / examples to ignore a specific ID in a specific file?
I was hoping it would be something simpler, like a comment above the offending line in the specific file. I agree, it is not always possible, like a strict JSON file for example.
If I have multiple
Dockerfile
s, say one just for build and the other for docker images that are meant for deployment,trivy
sometimes report issues with the former which I would like to ignore. Since they are build time only, they are safe enough to ignore.How do I ignore them by ID per file?
The text was updated successfully, but these errors were encountered: