gittuf / gittuf

A security layer for Git repositories
https://gittuf.dev
Apache License 2.0
439 stars 28 forks source link

Replace path.Join -> filepath.Join #412

Closed wlynch closed 1 week ago

wlynch commented 1 month ago

path.Join only uses /. filepath.Join will use / or \ depending on the OS

Might be messing with Windows compatibility. (though not sure)