Skip to content

Commit

Permalink
change whitelist structure
Browse files Browse the repository at this point in the history
Signed-off-by: rcohencyberarmor <[email protected]>
  • Loading branch information
rcohencyberarmor committed Jul 19, 2023
1 parent e0f1217 commit 0b8953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporthandling/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
)

type ScanningScope struct {
Matches [][]ScanningScopeType `json:"matches"`
Matches []ScanningScopeType `json:"matches"`
}

// PolicyRule represents single rule, the fundamental executable block of policy
Expand Down

0 comments on commit 0b8953a

Please sign in to comment.