afdesk

Results 131 comments of afdesk

> Using version `0.31.2` appears to be returning the expected results consistently. Thanks! glad to read it, Thank you!

@wavemoran please, feel free to report about any issue here!

@jpinkham thanks for your contribution! it's really nice! at first look I can see two moments: 1. integration tests are broken now. 2. there is a fatal error: ```sh 2022-02-28T02:17:05.529+0600...

@jpinkham sorry! I missed your question. usually I set `update` flag to `true` and run the specific integration test: https://github.com/aquasecurity/trivy/blob/453a1edfd26b496c263f4d32ec263068dfaa35a2/integration/integration_test.go#L25 **note** if this flag is true, you can update another...

Hi @jpinkham I had an idea for such changes - create a custom html plugin for `trivy`. What do you think about it? thanks a lot

@skothandan thanks for your report! I took a look at `CVE-2021-3518`. the CVE affects on `libxml2`, but the image `ubuntu:16.04` from Docker Hub doesn't contain this package. Could you tell...

@skothandan we took a look at the image `mraja3007/imagescanning`: ```sh DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.7 LTS" VERSION="16.04.7 LTS (Xenial Xerus)" ``` and then we took a look at the several...

@skothandan also you can see all packages in json format: ```sh $ trivy image --format json --output result.json --list-all-pkgs mraja3007/imagescanning:1.7.0 ``` thanks for your report and help!

@saivenkateshedem thanks for your interest in `trivy`! in the table format `title` fields contain links to the descriptions.

@saivenkateshedem oh, I understood it. @richbecks thanks for your feedback too! it seems It's not a bug, right? we need to discuss this changes with @knqyf263