simar7

Results 179 comments of simar7

Fair enough - you can pin to a full SHA as you mentioned. The documentation is simply a suggestion and not a requirement.

hi @javixeneize - today this is only possible if you run the action twice, one with SARIF and one with HTML format. We don't support multiple formats at once.

hi @b34rd-tek - is there something missing in https://github.com/knqyf263/trivy-issue-action that we can add?

@benlemasurier the bindings work fine on `1.2.{1,2}`. The problem seems to be on `1.3.1`. To reproduce this you could try the domain_details example here: https://github.com/digitalocean/go-qemu/blob/master/examples/domain_details/main.go `go run examples/domain_details/main.go --domainName testVM`

Hey @benlemasurier thanks for looking into this. Here's my [`libvirtd.conf`](https://gist.github.com/simar7/912cd8f55c46d6f9e268d2841443e310) and [here's](https://gist.github.com/simar7/2c90781d08f8690fc830bbcb028afbe1) sample run output again. To confirm again, I'm running the following versions: ``` root@localhost:~# libvirtd --version libvirtd (libvirt)...

I also tried talking to libvirt over TCP here's the stdout: ``` vagrant@localhost:/opt/software/rebox/bin$ sudo ./domain_details --address="localhost:16509" --network=tcp --domainName="smoketestvm2" Connecting to tcp://localhost:16509 2016/11/01 11:27:33 failed to create domain object: xdr:DecodeUint: EOF...

Ok so as I mentioned in the IRC channel, I've seem to notice the following behavior: Scenario 1: Go bindings _work_ when built within a Vagrantbox running Ubuntu Xenial, Go...

hi @chen-keinan - is this currently something that's being worked upon? this would be very handy to integrate trivy and postee in a k8s environment. I can send a PR...

hi @chen-keinan - just wanted to solicit some feedback regarding how we can go about implementing this before I start writing code and also to validate my understanding regarding the...