forked from security/hakurei
internal/rosa/gnu: automake artifact
This is very expensive. Avoid. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
ACL PArtifact = iota
|
||||
Attr
|
||||
Autoconf
|
||||
Automake
|
||||
Bash
|
||||
CMake
|
||||
Coreutils
|
||||
@@ -94,6 +95,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
|
||||
"acl": ACL,
|
||||
"attr": Attr,
|
||||
"autoconf": Autoconf,
|
||||
"automake": Automake,
|
||||
"bash": Bash,
|
||||
"cmake": CMake,
|
||||
"coreutils": Coreutils,
|
||||
|
||||
Reference in New Issue
Block a user