File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sysdig/internal/client/secure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ type notificationChannelWrapper struct {
125125type Rule struct {
126126 ID int `json:"id,omitempty"`
127127 Name string `json:"name"`
128- Description string `json:"description"`
128+ Description string `json:"description,omitempty "`
129129 Tags []string `json:"tags"`
130130 Details Details `json:"details"`
131131 Version int `json:"version,omitempty"`
@@ -154,7 +154,7 @@ type Details struct {
154154 // Falco
155155 Append * bool `json:"append,omitempty"`
156156 Source string `json:"source,omitempty"`
157- Output string `json:"output"`
157+ Output string `json:"output,omitempty "`
158158 Condition * Condition `json:"condition,omitempty"`
159159 Priority string `json:"priority,omitempty"`
160160 Exceptions []* Exception `json:"exceptions,omitempty"`
You can’t perform that action at this time.
0 commit comments