fix misconfig start line for code quality tpl (#2181)

Co-authored-by: Nate Fear <natefear@users.noreply.github.com>
This commit is contained in:
Nate
2022-05-26 07:41:29 +01:00
committed by GitHub
parent bfb0f2a193
commit 089d34e866

View File

@@ -62,7 +62,7 @@
"location": {
"path": "{{ $target }}",
"lines": {
"begin": {{ .IacMetadata.StartLine }}
"begin": {{ .CauseMetadata.StartLine }}
}
}
}