Kim Namjun
Kim Namjun
I think this is a proxy server issue. According to the error log you attached, you can see that the DNS Resolve process is resolving to `10.96.0.10`, which is not...
@urcus I checked and it seems that trivy-operator can't set http/https proxy while downloading policy from ghcr.io. @chen-keinan if you don't mind, can I add the feature? https://github.com/aquasecurity/trivy-operator/blob/015e5140454dac77b7eb4c3adb024315974f9d24/pkg/operator/operator.go#L427
> In #6833, it looks like the user wants to add support for Bitbucket. What if just adding `BITBUCKET_TOKEN`? > > ``` > // Define a slice of token sources...
I think I might have missed some parts of the test. After reproducing the environment again, I confirmed that specifying the username is necessary. I’m not sure if my approach...
@knqyf263 Is there any additional feedback or thoughts on this PR?
It seems that using `x-token-auth` for the username is only valid in the Bitbucket Cloud version. (https://confluence.atlassian.com/bitbucketserver/clone-a-repository-790632786.html) In the Bitbucket Data Center version, only username is specified, so I configured...