You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/connecting_your_tools/parsers/file/snyk_issue_api.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
title: "Snyk Issue API"
3
3
toc_hide: true
4
4
---
5
-
The Snyk Issue API parser supports importing vulnerability data from the Snyk Issue API in JSON format. Currently only parsing issues of type `code` is supported. Samples of ther issue types are welcome.
5
+
The Snyk Issue API parser supports importing vulnerability data from the Snyk Issue API in JSON format.
6
+
7
+
Currently parsing issues of type `code` (SAST) and `package_vulnerability` (SCA) are supported.
8
+
9
+
Samples of ther issue types are welcome.
6
10
7
11
For more information about the Snyk Issue API, refer to the [official Snyk API documentation](https://docs.snyk.io/snyk-api/reference/issues#get-orgs-org_id-issues).
0 commit comments