jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
63 stars 37 forks source link

Modify GetFileChecksums to receive the algorithms #232

Closed yahavi closed 7 months ago

yahavi commented 7 months ago

Required for https://github.com/jfrog/jfrog-client-go/pull/900

Modify the GetFileChecksums function so that it can take in algorithms, thereby enabling the computation of different checksums for a specified local path.