diff --git a/check/check.go b/check/check.go
index 6ebd2533c648b729b32104c37c51c9fd19702a60..6a95496447e3b3bb9022a5688ad1f7027a8a54dc 100644
--- a/check/check.go
+++ b/check/check.go
@@ -67,7 +67,7 @@ type Check struct {
 	Commands    []*exec.Cmd `json:"omit"`
 	Tests       *tests      `json:"omit"`
 	Set         bool        `json:"omit"`
-	Remediation string      `json:"-"`
+	Remediation string      `json:"remediation"`
 	TestInfo    []string    `json:"test_info"`
 	State       `json:"status"`
 	ActualValue string `json:"actual_value"`