Skip to content

Commit e9a110c

Browse files
committed
feat: add Identity property to Fingerprints type
1 parent 752a9f1 commit e9a110c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sarif/sarif_types.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ type ResultMessage struct {
8484
}
8585

8686
type Fingerprints struct {
87-
Num0 string `json:"0"`
88-
Num1 string `json:"1"`
87+
Num0 string `json:"0"`
88+
Num1 string `json:"1"`
89+
Identity string `json:"identity"`
8990
}
9091

9192
type ResultProperties struct {

0 commit comments

Comments
 (0)