-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update JSON reporting schema #102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and no problem on the ISO Format! @mehrinkiani can you possibly post a sample output with the new format (showing 1 or 2 vulns) for our reference?
Thank you for the review @willarmiros. Here is a JSON report generated by scanning Tensorflow safe and unsafe models from notebooks/tensorflow_fashion_mnist.ipynb
|
@mehrinkiani thank you for this, it will be super helpful for us! I noticed there is no |
@willarmiros thank you for the feedback. To view skipped files scan command needs a
|
This PR updates JSON reporting schema as outlined in #100. The field
timestamp: datetime.datetime.now()
has isoformat, i.e.timestamp: datetime.datetime.now().isoformat
to make it JSON serializable.Closes #100