Skip to content

Commit

Permalink
removed critical flag
Browse files Browse the repository at this point in the history
  • Loading branch information
klouddb-dev committed Jul 9, 2024
1 parent df36d12 commit 843954e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres/installation/installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func CheckSystemdServiceFiles_v16() helper.CheckHelper {
$ systemctl is-enabled postgresql-16.service`,
References: `CIS PostgreSQL 16
v1.0.0 - 11-07-2023`,
Critical: true,
}
return helper.NewCheckHelper(result, func(store *sql.DB, ctx context.Context) (*model.Result, error) {

Expand Down Expand Up @@ -196,7 +195,7 @@ v1.0.0 - 02-26-2021`,
}
if version == "" {
result.Status = "Fail"
result.FailReason = "Unable to determine Postgres version. Error: " + err.Error()
result.FailReason = "Unable to determine Postgres version."
return result, nil
}

Expand Down

0 comments on commit 843954e

Please sign in to comment.