Update app.go

Update to automatically run with CIS version 2.0.0 configuration
This commit is contained in:
yoavrotems 2020-04-16 23:25:09 +03:00 committed by GitHub
parent bb7432e243
commit 54338c13b1
Failed to generate hash of commit

2
app.go
View file

@ -19,7 +19,7 @@ func app(cmd *cobra.Command, args []string) {
if linuxCisVersion != "" {
version = linuxCisVersion
} else {
version = "1.1.0"
version = "2.0.0"
}
path, err := getDefinitionFilePath(version)