Open jlewi opened 1 year ago
Log commands from the shelling out to git messages can leak the access token e.g.
{"level":"error","ts":1684375173.299407,"caller":"util/exec.go:39","msg":"Shell command failed","ManifestSync.Name":"hydros-dev-takeover","run":"9ac0b","command":"/opt/homebrew/bin/git clone https://x-access-token:<TOKEN> ....
This might be fixed by updating syncer to use go-git rather than shelling out to git.
Log commands from the shelling out to git messages can leak the access token e.g.
This might be fixed by updating syncer to use go-git rather than shelling out to git.