You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
If we were going to try to run a few of the more complex profiles, such as the https://github.com/CrunchyData/pgstigcheck-inspec profile, we would have to be able to pass the following meta-data to the runner:
If we were going to try to run a few of the more complex profiles, such as the https://github.com/CrunchyData/pgstigcheck-inspec profile, we would have to be able to pass the following meta-data to the runner:
inspec exec pgstigcheck-inspec --input_files inputs.yml -i <your ssh private key> --sudo --sudo-options="-u postgres" -t ssh://<user>@<db host>:<port>
Given that we are connecting to the host as either
root
or thelogin_user
but then scanning the RDMS via usingsudo
to switch to thepostgres
user.The text was updated successfully, but these errors were encountered: