forked from mirrors/linux-bench
Update app.go
Update to automatically run with CIS version 2.0.0 configuration
This commit is contained in:
parent
bb7432e243
commit
54338c13b1
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -19,7 +19,7 @@ func app(cmd *cobra.Command, args []string) {
|
||||||
if linuxCisVersion != "" {
|
if linuxCisVersion != "" {
|
||||||
version = linuxCisVersion
|
version = linuxCisVersion
|
||||||
} else {
|
} else {
|
||||||
version = "1.1.0"
|
version = "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
path, err := getDefinitionFilePath(version)
|
path, err := getDefinitionFilePath(version)
|
||||||
|
|
Loading…
Add table
Reference in a new issue