Add LXD support

This commit is contained in:
jiazio
2017-01-06 22:11:13 +09:00
parent cb29289167
commit 6ecd70220b
5 changed files with 91 additions and 0 deletions

View File

@@ -129,6 +129,8 @@ func (c TOMLLoader) Load(pathToToml, keyPass string) error {
s.Containers = d.Containers
}
s.Container.Type = v.Container.Type
s.IgnoreCves = v.IgnoreCves
for _, cve := range d.IgnoreCves {
found := false