Merge pull request #288 from jiazio/add-lxd-support

Add LXD support
This commit is contained in:
Kota Kanbe
2017-01-16 16:43:51 +09:00
committed by GitHub
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