Skip to content

Commit bc962c4

Browse files
committed
fix: Improve upload instructions in README.md
1 parent 1e95197 commit bc962c4

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,28 @@ format.
7373

7474
## Upload results
7575

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:
8577

8678
* Generate a scan.info file containing a single line as follows:
87-
`engineType=OWASP_DEPCHECK`
79+
`engineType=OWASP_DEPCHECK`
8880
* Generate a zip file containing the following:
8981
* The scan.info file generated in the previous step
9082
* The JSON file containing scan results
9183
* 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
9386
* Similar to how you would upload an FPR file
9487

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.*
97+
9598

9699

97100
## Developers

0 commit comments

Comments
 (0)