-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add adoc report generator #87
Add adoc report generator #87
Conversation
be29b31
to
841cf35
Compare
I currently have some open todos:
|
the Make file is not dependent from the real source files and would be tedious work to add all the funktionality of the Taskfile to the Makefile
just overload the YAML env var. for example `YAML=/tmp/foo.threagile.yaml task create-example-project`
acf2792
to
093fe55
Compare
Hey @CMon are there any plans on when to merge your PR? I'm really looking forward to it. |
Hi @srcnuzn, I have no permission to merge. I used this source to create a Threat Model and handed it to the TÜV for some certification lets hope they are happy with it, otherwise I have to ditch the tool anyway. Until someone with merge permissions merges this feature, you could still go with my forked version: fix-report-risk-status-error which beside of the number fix that is reported here: #83 also includes the adoc generator. |
I see. I will try out the forked version if I have some time. If you like, let us know how the certification process went (and which cert you went for). Maybe there is useful feedback for the development of this tool or for other users who evaluate it (like me 🙃). |
Sorry for not coming back for a while, LGTM, just mergeed |
An Adoc report generator as alternative/addon to the current pdf generator.
This enables us to have some more theming possibilities or create reports with custom chapters. It also has the ability to automatically create tocs that are able to show up inside modern pdf viewers like requested in #84
adoc could also be used to create a html version of the report (requested in #49 )