klouddbshield icon indicating copy to clipboard operation
klouddbshield copied to clipboard

KloudDB Shield is a security tool that checks for CIS compliance - Postgres, MySQL and RDS

Results 6 klouddbshield issues
Sort by recently updated
recently updated
newest added

- 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: ![klouddbshield pgcrypto OK even if failed](https://github.com/user-attachments/assets/7052a612-df5d-4bc9-bdf4-14eb8a904e73) 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? :)

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...