We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7756f commit c7c21e8Copy full SHA for c7c21e8
pkg/redact/yaml.go
@@ -81,7 +81,7 @@ func (r *YamlRedactor) Redact(input io.Reader, path string) io.Reader {
81
RedactorName: r.redactName,
82
CharactersRemoved: len(doc) - len(newBytes),
83
Line: 0, // line 0 because we have no way to tell what line was impacted
84
- File: r.filePath,
+ File: path,
85
IsDefaultRedactor: r.isDefault,
86
})
87
0 commit comments