fanal
fanal copied to clipboard
feat: added skip-cache flag for images
added boolean flag skip-cache
to skip cache when scanning images.
What motivates you to add this feature?
What motivates you to add this feature?
Hi @knqyf263 I was going to ask you about it. I'm 100% agree it has no value for customers. But we would love to use it while debuging issues. It would exclude extra step for removing fanal cache. If I miss this step accidentally it can lead investigations to a wrong path.
$ trivy image --clear-cache && trivy image [YOUR_COMMAND]
doesn't work for you? I think we might be missing --skip-cache
as well.
I suspect it won't work in some debug configs. It could be something other then cmd option but it would be nice to have cache bypass logic
I suspect it won't work in some debug configs.
Could you give me some examples? I still don't get your point. --clear-cache
has been working for me.