Skip to content

Commit 8187681

Browse files
Merge pull request #12 from Checkmarx/miryamFoifer/extendImageLocation
extend ImageLocation struct (AST-102223)
2 parents eb7e955 + bb6b88c commit 8187681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ type ImageLocation struct {
2828
Origin string
2929
Path string
3030
FinalStage bool
31+
Line int
32+
StartIndex int
33+
EndIndex bool
3134
}
3235

3336
const (

0 commit comments

Comments
 (0)