Skip to content

Commit f92d500

Browse files
chore: extend fingerprints with new v1 fingerprints (#72)
2 parents 2d67ba7 + d421747 commit f92d500

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sarif/sarif_types.go

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

8686
type Fingerprints struct {
87-
Num0 string `json:"0"`
88-
Num1 string `json:"1"`
89-
Identity string `json:"identity"`
87+
Num0 string `json:"0"`
88+
Num1 string `json:"1"`
89+
Identity string `json:"identity"`
90+
SnykOrgProjectFindingV1 string `json:"snyk/org/project/finding/v1"`
91+
SnykOrgRepositoryFindingV1 string `json:"snyk/org/repository/finding/v1"`
92+
SnykAssetFindingV1 string `json:"snyk/asset/finding/v1"`
9093
}
9194

9295
type SnykPolicyV1 struct {

0 commit comments

Comments
 (0)