Send Finding Reports To Aws Security Hub using Postee #1013
Unanswered
guipal
asked this question in
Help & Support
Replies: 2 comments 3 replies
-
@guipal, @sbollers, to send vuln report from trivy-operator to AWS Security Hub I used an AWS API Gateway to trigger a Lambda function. Lambda parses the JSON vuln report to ASFF (based on this handy script). Assuming your k8s is hosted on AWS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I am currently working on a Poc that includes using the operator to scan our K8s clusters and send the results to AWS Security Hub.
I have navigated through the documentation and I found the tutorial about how to send trivy results to AWS by using the webhook plugin.
Tried to replicate the same behaviour with the operator but realize that Postee is expecting the formated report and the webhook is sending results in a different format.
Is there any way to configure the operator to send the results in the expected format?
If not, what is the recommended way for sending Operator Results to AWS Security Hub?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions