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: README.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,25 +73,28 @@ format.
73
73
74
74
## Upload results
75
75
76
-
SSC web interface (manual upload):
77
-
78
-
* Navigate to the Artifacts tab of your application version
79
-
* Click the `UPLOAD` button
80
-
* Click the `ADD FILES` button, and select the JSON file to upload
81
-
* Enable the `3rd party results` check box
82
-
* Select the `OWASP_DEPCHECK` type
83
-
84
-
SSC clients (FortifyClient, Maven plugin, ...):
76
+
As a 3<sup>rd</sup>-party results zip bundle:
85
77
86
78
* Generate a scan.info file containing a single line as follows:
87
-
`engineType=OWASP_DEPCHECK`
79
+
`engineType=OWASP_DEPCHECK`
88
80
* Generate a zip file containing the following:
89
81
* The scan.info file generated in the previous step
90
82
* The JSON file containing scan results
91
83
* Upload the zip file generated in the previous step to SSC
92
-
* Using any SSC client, for example FortifyClient
84
+
* Using any SSC client, for example FortifyClient or Maven plugin
85
+
* Or using the SSC web interface
93
86
* Similar to how you would upload an FPR file
94
87
88
+
As raw scan results:
89
+
90
+
* Navigate to the Artifacts tab of your application version
91
+
* Click the `UPLOAD` button
92
+
* Click the `ADD FILES` button, and select the JSON file to upload
93
+
* Enable the `3rd party results` check box
94
+
* Select the `OWASP_DEPCHECK` type
95
+
96
+
*Note that uploading raw scan results is only supported for manual uploads through the SSC web interface, and this functionality was removed in SSC 20.2 so no longer available in recent SSC versions. Please submit a feature request if you'd like to see this easier process for ad-hoc uploading of 3<sup>rd</sup>-party results restored, referencing Octane id #448174.*
0 commit comments