klouddbshield
klouddbshield copied to clipboard
KloudDB Shield is a security tool that checks for CIS compliance - Postgres, MySQL and RDS
- improved handling for html and json report - improved handling for postgres checks - fixed some minor lint issues. - upgraded goreleaser version in actions
The postgresSQL pgcrypto is not set in my test run. The following result appears however in the report:  The icon is misleading as the...
Hey team, I see that there is no way to configure [SSLMode](https://github.com/klouddb/klouddbshield/blob/8d0c5cf3f83fa118ae0cde529a05da688414b220/pkg/postgresdb/connect.go#L18) for a Postgres connection. Would there be any plans to allow for this option? :)
JSON or YAML Output would be fine. Thanks in advance, Tom
Hey guys, i was running the scan and I noticed that my check for the `log_min_error_statement` is failing even though this is set to `error`. I could be wrong but...
This PR enables the following configuration options through the config file: # Postgres - `sslmode`: allows you to configure the `sslmode` for the connection string - `pingCheck`: allows you to...