Skip to content

Commit 2a39fde

Browse files
feat: add Identity property to Fingerprints type [TREX-1106] (#60)
2 parents 752a9f1 + e9a110c commit 2a39fde

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)