-
Hi all ! postgres=# \l postgres=# \c postgres postgres=# CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; I've created my .pgpass file also with those values : The problem is that each time I try to launch Prowler, I've got an error message : Date: Wed Nov 16 06:53:09 UTC 2022 Color code for results:
This report is being generated using credentials below: AWS-CLI Profile: [default] AWS API Region: [eu-west-1] AWS Filter Region: [eu-west-1] 3.10 [check310] Ensure a log metric filter and alarm exist for security group changes - ec2 [Medium] Date: Wed Nov 16 06:36:14 UTC 2022 Color code for results:
This report is being generated using credentials below: AWS-CLI Profile: [default] AWS API Region: [eu-west-1] AWS Filter Region: [eu-west-1] 3.10 [check310] Ensure a log metric filter and alarm exist for security group changes - ec2 [Medium] I don't do what I'm doing wrong, so if anyone has some idea to help, that would be greatly appreciated. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @NSi1974, thanks for using prowler !! The first two fields of the I'm reviewing the documentation and its not mentioned that that flag is needed, going to include it right now. |
Beta Was this translation helpful? Give feedback.
-
Included here: #1507 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick reply Nacho. It's all good now !
BR
Nicolas
Le lun. 21 nov. 2022 à 09:22, Nacho Rivera ***@***.***> a
écrit :
… Hi @NSi1974 <https://github.com/NSi1974>, thanks for using prowler !!
The first two fields of the INSERT statement are set as uuid data types.
The first one is the finding_id which is generated on the fly with the
uuid-ossp postrgesql extension. To insert in the table you also need to
set the second field, which is the audit id that is passed with the flag
-u. So you will need to generate a uuid an pass it to the prowler command
with -u to be able to insert the row.
I'm reviewing the documentation and its not mentioned that that flag is
needed, going to include it right now.
—
Reply to this email directly, view it on GitHub
<#1485 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNSGEK37QB7BUIA4MAIUDDWJMWOBANCNFSM6AAAAAASCDVIHQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi @NSi1974, thanks for using prowler !!
The first two fields of the
INSERT
statement are set as uuid data types. The first one is thefinding_id
which is generated on the fly with theuuid-ossp
postrgesql extension. To insert in the table you also need to set the second field, which is the audit id that is passed with the flag-u
. So you will need to generate a uuid an pass it to the prowler command with-u
to be able to insert the row.I'm reviewing the documentation and its not mentioned that that flag is needed, going to include it right now.