Skip to content

Commit

Permalink
Change verdict data type to any
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Feb 29, 2024
1 parent 9e39508 commit d978dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Input struct {
type Output struct {
MatchedPolicy string `json:"matchedPolicy"`
Metadata map[string]any `json:"metadata"`
Verdict bool `json:"verdict"`
Verdict any `json:"verdict"`
Terminal bool `json:"terminal"`
Sync bool `json:"sync"`
}

0 comments on commit d978dc6

Please sign in to comment.