This repository was archived by the owner on Jan 13, 2023. It is now read-only.
Added JSON reporting capabilities#167
Open
BBerastegui wants to merge 5 commits intomichenriksen:masterfrom
Open
Added JSON reporting capabilities#167BBerastegui wants to merge 5 commits intomichenriksen:masterfrom
BBerastegui wants to merge 5 commits intomichenriksen:masterfrom
Conversation
Added "open in a new tab" symbol on the report template for each url.
Author
|
Sorry, but I also added in the same PR one small modification in the HTML of the report 😇 |
|
I would love to see this feature implemented in aquatone. JSON output allows for a more structured approach to parsing the output of the tool, in a way that is a bit more valuable than only raw lines. I'd love a json document that gives me the relative filename of each document as well as any metadata about it. That said, I think it should be an optional flag and not necessarily included in the default output. But either way, I'd just love to have json output. |
|
Hi @michenriksen , any plans on having this added? It would be awesome to have this json output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added JSON output in the report.
It will drop the file with the output in the same directory as the
aquatone_report.htmlbut with filenameaquatone_report.json, pretty-printed and indented with 4 spaces.