We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de071d2 commit d421747Copy full SHA for d421747
sarif/sarif_types.go
@@ -84,9 +84,12 @@ type ResultMessage struct {
84
}
85
86
type Fingerprints struct {
87
- Num0 string `json:"0"`
88
- Num1 string `json:"1"`
89
- Identity string `json:"identity"`
+ Num0 string `json:"0"`
+ Num1 string `json:"1"`
+ 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"`
93
94
95
type SnykPolicyV1 struct {
0 commit comments