-
Notifications
You must be signed in to change notification settings - Fork 238
Analysis tag scheduler #87
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
Conversation
…nalysis-tag-scheduler
Codecov Report
@@ Coverage Diff @@
## master #87 +/- ##
=========================================
Coverage ? 94.17%
=========================================
Files ? 288
Lines ? 13998
Branches ? 0
=========================================
Hits ? 13182
Misses ? 816
Partials ? 0
Continue to review full report at Codecov.
|
| {% block analysis_result_details %} | ||
|
|
||
| {% for key in firmware.processed_analysis[selected_analysis] %} | ||
| {% if key not in ['summary', 'plugin_version', 'analysis_date'] %} |
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.
Change should be applied to src/web_interface/templates/analysis_plugins/generic.html as well
No description provided.