Add JSON and HTML writers for reporting Hunter findings

This commit is contained in:
Evan Hosinski
2025-10-10 16:06:48 -04:00
parent 10b1bb7ed6
commit e2015b3df2
9 changed files with 894 additions and 30 deletions
+1
View File
@@ -2,4 +2,5 @@ package pkg
type RunOptions struct {
ExcludeRMMs []string
Name string
}