diff --git a/check/check.go b/check/check.go
index 4ace74b7d3819c43745326c46ea859998ce864ef..9570c67dc60f58b4d17e95a2bcf4ab5152cb383b 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"`