Luiz Carvalho
Luiz Carvalho
I usually do something like this: ```bash # Change this to the name of your kind cluster export KIND_CLUSTER_NAME=kind export KO_DOCKER_REPO='kind.local' ko apply --sbom none -f
@dependabot rebase
In case this is helpful to others that come across this issue, if you want to exclude multiple paths: ``` git who -- ':!vendor/' ':!go.*' ```
@shizhMSFT, thank you for your response. Although your suggestion does work, and I failed to acknowledge it in the issue description, it doesn't address the challenge when dealing with thousands...
There's one more core requirement: 3. Leverage storage de-duplication on the registry. If one of the files has been previously uploaded to the OCI repository, that file shouldn't have to...
What would help drive this conversation forward?
@dependabot rebase
@dependabot recreate
@dependabot rebase
> @lcarva @PuneetPunamiya I've modified a couple of files to honor the storage.oci.repository.insecure flag to be able to test with kind registry. What are your thoughts on this? @nistar, I...