DmitriyLewen

Results 384 comments of DmitriyLewen

Hello @Bhaal22 I can't promise, but we will try to include these changes in [next release](https://github.com/aquasecurity/trivy/milestone/8)

Hello @zhanglc Thanks for your information! looks like 1 dependency is placed in `dependencyManagement`. Can you specify which tags (`dependencyManagement`, `dependencyManagement` or `Parent`) contain your dependencies? Regards, Dmitriy

> we want to check password is in application.yml by add rule in trivy-secert.yaml , but not find . you need to use correct regex group name. In your case:...

Hello @zhanglc I also checked your `pom.xml` file. It is same problem. Created a [PR to fix this bug](https://github.com/aquasecurity/go-dep-parser/pull/116). When PR is merged, I will write in this issue. Regards...

Hello @zhanglc Unfortunately we didn't have enough time to review [PR](https://github.com/aquasecurity/go-dep-parser/pull/116). We are currently working on this. I will write - when PR is merged.

Hello @zhanglc @Bhaal22 We fixed this bug. Changes will be included to next release. Until then (if it suits you) you can use canary [image](https://github.com/aquasecurity/trivy/pkgs/container/trivy/38909323?tag=canary) or [binary](https://github.com/aquasecurity/trivy/actions/runs/2917565938).

Hello @bluefriday Thanks for your interest to Trivy! For packages installed from `apt/apt-get/dpkg` in `Debian`, Trivy gets advisories from `Debian database`. More information about Trivy data sourses [here](https://aquasecurity.github.io/trivy/v0.28.1/docs/vulnerability/detection/data-source/). Agree with...

Hello @jamesfmaccoll Trivy is currently unable to sort the results. We are always glad to new members. contributions. You can create changes and create PR. More information about contribution [here](https://aquasecurity.github.io/trivy/v0.30.4/community/contribute/pr/)....

Hello @knqyf263 we have 2 cases: 1) binaries built with `goreleaser` don't have `v` prefix: ``` ➜ 29.1 ./trivy -v Version: 0.29.1 ``` 2) binaries built with `make build` have...

hello @lazarillo Thanks for your interest to Trivy! When you use `image` command, Trivy tried scan from 3th places(and returns error if all failed): - local docker image - podman...