Skip to content

Commit 7b91e11

Browse files
committed
Filter to just default toolset
1 parent d2ab3c4 commit 7b91e11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/github/csv_output.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ func withCSVOutputVariants(tools []inventory.ServerTool) []inventory.ServerTool
5757
}
5858

5959
func isCSVOutputTool(tool inventory.ServerTool) bool {
60+
if !tool.Toolset.Default {
61+
return false
62+
}
6063
if !strings.HasPrefix(tool.Tool.Name, "list_") {
6164
return false
6265
}

0 commit comments

Comments
 (0)