trivy
trivy copied to clipboard
Ho do I ignore a specific vulnerability by ID only in a particular file.
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?