Julien Michaud
Julien Michaud
Hello, we also would like this PR to be merged, thanks for your help !
> ```go > _, err = repo.CreateRemote(&config.RemoteConfig{ > Name: "origin", > URLs: []string{url}}) > checkErr(err) > > fmt.Println("checking out new branch") > ref := plumbing.NewSymbolicReference("HEAD", "refs/heads/foo") > err = repo.Storer.SetReference(ref)...
hello @codysoyland , Any news on this issue ? We are signing our docker images with the `actions/attest-build-provenance@v1` Action. We are trying to use the controller from [this repository](https://github.com/github/policy-controller) to...