for Amazon Linux image (#896)

* fit amazon linux image's version to OVAL

* add Arch to SrcPackage

* lint go.mod

* make fmt
This commit is contained in:
Tomoya Amachi
2019-09-06 10:34:14 +09:00
committed by Kota Kanbe
parent b7ca5e5590
commit af58122c91
4 changed files with 18 additions and 6 deletions

View File

@@ -207,6 +207,7 @@ type NeedRestartProcess struct {
type SrcPackage struct {
Name string `json:"name"`
Version string `json:"version"`
Arch string `json:"arch"`
BinaryNames []string `json:"binaryNames"`
}