zhcli
zhcli
Hi @chen-keinan , drafted this PR to address #1342 . Let me know what you think about this approach.
Hi @chen-keinan , yes it is. I tried to remove the init container but was unsuccessful, the trivy run time container file system is read-only, so I have to adopt...
> > Hi @chen-keinan , yes it is. I tried to remove the init container but was unsuccessful, the trivy run time container file system is read-only, so I have...
@chen-keinan I was intended to remove all the init containers for local cache mode, however after that trivy complains about file systems permissions issue about its Vul DB files. It...
> > @chen-keinan I was intended to remove all the init containers for local cache mode, however after that trivy complains about file systems permissions issue about its Vul DB...
> > > > @chen-keinan I was intended to remove all the init containers for local cache mode, however after that trivy complains about file systems permissions issue about its...
> @zhcli thanks for sharing the docker file , I was able to reproduce this issue. the right approach will be 1st is to separate cache flags for `db` and...
Hey @chen-keinan , could you please confirm our agreed approach here: - Update getPodSpecForStandaloneFSMode() and getPodSpecForStandaloneFSMode() to use local cache vulnerability database only or - Create new receiver functions to...
@kkozik-amplify thanks for reviewing/merging the PR. Since v4.3.4 there are a number improvements, may I know when the next release would be?