mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02: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