mirror of
https://github.com/go-task/task.git
synced 2026-06-22 20:25:50 +00:00
feat: checksum pinning (#2223)
This commit is contained in:
@@ -17,6 +17,8 @@ type Node interface {
|
||||
Parent() Node
|
||||
Location() string
|
||||
Dir() string
|
||||
Checksum() string
|
||||
Verify(checksum string) bool
|
||||
ResolveEntrypoint(entrypoint string) (string, error)
|
||||
ResolveDir(dir string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user