issues
search
wahl-sec
/
trident
Trident is an asynchronous environment monitor with plugin support and data collection.
https://wahl-sec.github.io/trident/
GNU General Public License v3.0
1
stars
0
forks
source link
Feature: Implement Simple Plugin Development using JSON
#44
Closed
wahl-sec
closed
2 years ago
wahl-sec
commented
2 years ago
Implemented a pipeline structure support for calling plugins and instructions directly in the JSON config file
Reworked the runner structure to share common functionality
Closes: #36
wahl-sec
commented
2 years ago
TODO:
[x] Improve the argument handling so that the pipeline waits for an entire step to complete to get all results before moving on
[ ] Implement test fixtures and tests for functionality
[x] Check that plugin arguments and global settings work with the pipeline
[x] Add documentation for pipeline in
README.md
and the HTML documentation
Closes: #36