Matt Colman

Results 25 comments of Matt Colman

Hi, this impacts me too. I've tried reading through the code, but I can't work out where the code is that only reads the first item in `config.json`...

I don't believe it's resolved. @jonathanmedd's statement just means that 1 of the 2 use cases mentioned below work: - multiple auths, multiple registries = works - multiple auths, mutliple...

Hi @knqyf263 I know that is the problem. What I'm saying is that I feel Trivy should handle this better - instead of giving me error messages about a lack...

I subsequetly ran the scan with a 30m timeout and it completed (in just short of 20mins), here is the debug output: ``` $ trivy k8s --debug --timeout 30m0s --report...

Applicable to both #579 and this issue. I've just installed ``` $ starboard version Starboard Version: {Version:0.14.1 Commit:5672fd4a4d608d9b094802098f3e950ec396ff51 Date:2022-01-25T17:38:43Z} ``` I believe the reason for failure is due to the...

@kcq I have just podman installed, but also `podman-docker` to emulate docker (but is actually podman)

Update: I have managed to overcome the issue on Ubuntu 20.04 by installing `socat` (using `sudo apt install socat -y`).

This was the error I saw on 20.04: ``` 17:02:37.375 › C:\Windows\System32\wsl.exe --distribution Ubuntu-20.04 printf GET /v3.0.0/libpod/_ping HTTP/1.1 Accept: application/json Content-Type: application/json User-Agent: axios/0.25.0 Host: localhost Connection: close | socat...

I've done a further test, changing the connection string, to see whether desktop companion tries connecting to Ubuntu-22.04 when instructed, however I can see, as per screenshot, it is connecting...

Further to this, I've also got trivy installed: ``` $ trivy -v Version: 0.28.1 $ command -v trivy /usr/local/bin/trivy ``` And yet the UI is showing: ![image](https://user-images.githubusercontent.com/33348891/172016683-843260d6-d2a8-4b61-80cc-657d10346352.png)