How to get HTML report out of starboard-operator? #615
-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Starboard Operator is responsible for discovering K8s resources, scheduling scanners, and finally saving data as custom resources. It does not provide any UI or HTTP service to generate HTML reports. However, in some cases you may use Starboard CLI as a compliment of the operator's functionality and use it to export custom resources to HTML. Alternatively, you can implement your own export tool that reads Starboard custom resources and transform them into HTML pages. Below you can find examples of Starboard CLI commands to generate HTML reports for certain Kubernetes core objects:
Find more details by displaying help for the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the clarification. Is there any plan to integrate a dashboard of some sort so we can check the report results in a more human-friendly way? I'm thinking something like the Harbor Vulnerability scanner page that also uses |
Beta Was this translation helpful? Give feedback.
Starboard Operator is responsible for discovering K8s resources, scheduling scanners, and finally saving data as custom resources. It does not provide any UI or HTTP service to generate HTML reports.
However, in some cases you may use Starboard CLI as a compliment of the operator's functionality and use it to export custom resources to HTML. Alternatively, you can implement your own export tool that reads Starboard custom resources and transform them into HTML pages.
Below you can find examples of Starboard CLI commands to generate HTML reports for certain Kubernetes core objects: