Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6551252

Browse files
committed
fix: Improve upload instructions in README.md
1 parent 494f33f commit 6551252

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,25 +95,27 @@ format.
9595

9696
## Upload results
9797

98-
SSC web interface (manual upload):
99-
100-
* Navigate to the Artifacts tab of your application version
101-
* Click the `UPLOAD` button
102-
* Click the `ADD FILES` button, and select the JSON file to upload
103-
* Enable the `3rd party results` check box
104-
* Select the `SYMFONY_SECCHECK` type
105-
106-
SSC clients (FortifyClient, Maven plugin, ...):
98+
As a 3<sup>rd</sup>-party results zip bundle:
10799

108100
* Generate a scan.info file containing a single line as follows:
109101
`engineType=SYMFONY_SECCHECK`
110102
* Generate a zip file containing the following:
111103
* The scan.info file generated in the previous step
112104
* The JSON file containing scan results
113105
* Upload the zip file generated in the previous step to SSC
114-
* Using any SSC client, for example FortifyClient
106+
* Using any SSC client, for example FortifyClient or Maven plugin
107+
* Or using the SSC web interface
115108
* Similar to how you would upload an FPR file
116109

110+
As raw scan results:
111+
112+
* Navigate to the Artifacts tab of your application version
113+
* Click the `UPLOAD` button
114+
* Click the `ADD FILES` button, and select the JSON file to upload
115+
* Enable the `3rd party results` check box
116+
* Select the `SYMFONY_SECCHECK` type
117+
118+
*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.*
117119

118120

119121
## Developers

0 commit comments

Comments
 (0)