-
Notifications
You must be signed in to change notification settings - Fork 363
Publish report to local filesystem #846
Comments
@noorul What report do you refer to, do you mean the results of the policy check (CLI output)? |
Yes |
So the requested feature is to be able to write the CLI output to a local path? If so, it can be achieved by piping datree test result to a local path: |
That is not what I am looking for. Exporting to a more widely used format like HTML. |
@noorul We currently do not support HTML as an option for the output format, but we do support the following: To use these, pass the -o option to the CLI followed by your desired output, for example: |
@noorul Would you like to have the output of a single policy check in HTML format? I'm not sure I fully understand the use case, why do you want to have it HTML? |
The use case is to publish the result in Jenkins CI. I think maybe JUnit can be leveraged for this. I am closing this for the time being. |
Is your feature request related to a problem? Please describe.
Today there is no option to publish the report to CI system like Jenkins. The only option available is the cloud. See the discussion comment #841 (reply in thread)
Describe the solution you'd like
Provide an option to publish the report to the local filesystem.
Describe alternatives you've considered
We do not want to publish to datree cloud service
The text was updated successfully, but these errors were encountered: