You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in-toto's python and go implementations provide an option to provide patterns that can be used to left-strip artifact paths. One example where this is important is #12, where instead of recording /tmp/rebuilderd7oil7Z/inputs/vultr-cli-2.8.3-1-x86_64.pkg.tar.zst, we want to record vultr-cli-2.8.3-1-x86_64.pkg.tar.zst.
in-toto's python and go implementations provide an option to provide patterns that can be used to left-strip artifact paths. One example where this is important is #12, where instead of recording
/tmp/rebuilderd7oil7Z/inputs/vultr-cli-2.8.3-1-x86_64.pkg.tar.zst
, we want to recordvultr-cli-2.8.3-1-x86_64.pkg.tar.zst
.For reference, the python implementation can be found here: https://github.com/in-toto/in-toto/blob/develop/in_toto/runlib.py#L94
And the go implementation can be found here: https://github.com/in-toto/in-toto-golang/blob/master/in_toto/runlib.go#L179
The text was updated successfully, but these errors were encountered: