afdesk

Results 131 comments of afdesk

> I like the idea of being able to filter the columns (per severity for example), and arrange it in some way, say, alphabetically. > do you mean that it...

@javixeneize thanks for your interest in `trivy`! could you show your `trivy` options? I'd like to reproduce an issue. thanks a lot.

we saw such problems for scanning jar apps. it was due to a lot of API requests. so `trivy` has `--offline-scan` option now. Could you check this option? ```sh trivy...

the DB will be updated.

@javixeneize it's really strange behavior, but i couldn't reproduce it. can you try to scan next image (I use it for tests): ```sh $ trivy -d image -f json -o...

Hi @javixeneize! could you try to reproduce your issue with the latest version `v0.26.0`? thanks!

@NitroCao thanks for your report. I can't reproduce this issue. could you show your custom rego file? thanks a lot!

@AndrewCharlesHay thanks again for your interest in `Trivy`. this issue about ASFF struct is well-known. I can see that you left https://github.com/aquasecurity/trivy/issues/2023#issuecomment-1240959441 and also there is another issue #1898 about...

> That's a good point. We could make a separate file called something like `asff-cli.tpl` without the `Findings` wrapping like #2854 I'm not sure that is a good way, because...

@pablogalegoc in my opinion it's not a bug, at first, you can't run a file without execution permission, right? so vulnerabilities inside files can't affect on something. also, `trivy` can't...