adamcohen2

Results 5 comments of adamcohen2

> Just had a baby boy so it's been totally crazy but we're loving every minute of it. Hope all is well with you and the GitLab crew. Congrats Zach,...

> We are reading the large file (or any file for that sake of matter, if the size is > 10kb) in chunks. It is possible that the current chunk...

> Is the --disable-jar-scan flag available in the higher versions? I don't see a `disable-jar-scan` flag in the [trivy source](https://github.com/aquasecurity/trivy), where is this flag defined?

> > > Is the --disable-jar-scan flag available in the higher versions? > > > > > > I don't see a `disable-jar-scan` flag in the [trivy source](https://github.com/aquasecurity/trivy), where is...

I've run into this same situation. This seems to be an undocumented breaking change in behaviour between `v2` and `v3`: - `github.com/urfave/cli/v2` Click to expand code ```shell package main import...