From aedc5cd0adc24a3a9caa6015d122b943c5a6a660 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 22 Sep 2022 15:25:32 +0200 Subject: [PATCH] fix(postgresql): Missing space (#1374) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ed9855d5..36f4343c77 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ Install psql - Ubuntu -> `sudo apt-get install postgresql-client ` - RHEL/Centos -> `sudo yum install postgresql10` -### Audit ID Field +#### Audit ID Field Prowler can add an optional `audit_id` field to identify each audit that has been made in the database. You can do this by adding the `-u audit_id` flag to the prowler command. #### Credentials There are two options to pass the PostgreSQL credentials to Prowler: