afdesk

Results 131 comments of afdesk

@37b sorry, I meant where do you see this CPE string? how can i reproduce it? thanks

@frjonsen you can use any custom templates for `trivy` results: ```sh $ trivy image --format template --template @path/to/custom/html.tpl --output result.html alpine:latest ``` it seems that @jpinkham's changes are here: https://github.com/aquasecurity/trivy/commit/7b4fb9daadffa758337a9042ff37b057b602a772

> > [![CLA assistant check](https://camo.githubusercontent.com/4c970efeed75dd01f6778bf7e33dec85e4171375cb69acb0927bfc9d437d78d9/68747470733a2f2f636c612d617373697374616e742e696f2f70756c6c2f62616467652f6e6f745f7369676e6564)](https://cla-assistant.io/aquasecurity/trivy?pullRequest=2539) Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/aquasecurity/trivy?pullRequest=2539) before we...

Hello @Sunidhi-Gaonkar1! I'm trying to fix integration tests. is there a simple way to run them somewhere on ppc64le?

just FYI. I've tested `Trivy` on demo pcc64le instance. it seems that `trivy_0.31.2_Linux-PPC64LE.tar.gz` works correctly. but i could't build the code on this machine yet, there is no enough disk...

@ajinkya1986 `Trivy` has `client/server` mode now, you can read here: https://aquasecurity.github.io/trivy/v0.28.0/docs/references/modes/client-server/

@bgoareguer thanks for your report! I took a look at `apline: ```sh $ docker pull alpine:3.16.1 $ docker run --rm -it --entrypoint /bin/sh alpine:3.16.1 / # apk list | grep...

also I tested v0.29.2, it works correctly too: ```sh $ trivy-29-2 i alpine:3.16.1 2022-07-19T18:52:30.862+0600 INFO Vulnerability scanning is enabled 2022-07-19T18:52:30.862+0600 INFO Secret scanning is enabled 2022-07-19T18:52:30.863+0600 INFO If your scanning...

please, feel free reopen this issue, if the issue still exists

> @afdesk the problem was not about detecting the vulnerability but simply not showing the summary: Total: 0 (CRITICAL: 0) oh, yes, i understood it now. thanks