forked from security/hakurei
internal/pkg: implement exec artifact
This runs a program in a container environment. Artifacts can be made available to the container, they are cured concurrently and mounted in order. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -183,6 +183,8 @@ const (
|
||||
KindHTTPGet Kind = iota
|
||||
// KindTar is the kind of [Artifact] returned by [NewTar].
|
||||
KindTar
|
||||
// KindExec is the kind of [Artifact] returned by [NewExec].
|
||||
KindExec
|
||||
)
|
||||
|
||||
// Ident returns a deterministic identifier for the supplied params and
|
||||
|
||||
Reference in New Issue
Block a user