We have a Github Enterprise repo with some schema files which requires authentication (PAT). How to do that? Can I just use something like this?
kubeconform -schema-location https://<USERNAME>:<PAT TOKEN>@my-github-enterprise.com/org/repo/v1.32.5-standalone{{ .StrictSuffix }}/{{ .ResourceKind }}{{ .KindSuffix }}.json'
We have a Github Enterprise repo with some schema files which requires authentication (PAT). How to do that? Can I just use something like this?