Skip to content

Issue regarding PostgreSQL #1485

Answered by n4ch04
NSi1974 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by n4ch04
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants