Skip to content

Commit

Permalink
fix misconfig start line for code quality tpl (aquasecurity#2181)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Fear <[email protected]>
  • Loading branch information
natefive and Nate Fear authored May 26, 2022
1 parent bfb0f2a commit 089d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitlab-codequality.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"location": {
"path": "{{ $target }}",
"lines": {
"begin": {{ .IacMetadata.StartLine }}
"begin": {{ .CauseMetadata.StartLine }}
}
}
}
Expand Down

0 comments on commit 089d34e

Please sign in to comment.