diff --git a/internal/report/output/dataflow/types/file_errors.go b/internal/report/output/dataflow/types/file_errors.go index 6da20300b..dc06357c0 100644 --- a/internal/report/output/dataflow/types/file_errors.go +++ b/internal/report/output/dataflow/types/file_errors.go @@ -3,5 +3,5 @@ package types type Error struct { Type string `json:"type" yaml:"type"` Filename string `json:"filename" yaml:"filename"` - Error string `json:"error" yaml:"filename"` + Error string `json:"error" yaml:"error"` }