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
Currently, the normal file upload (e.g. my_custom.zip) only works for codeScan, which is outdated. Refer to the following environment variables:
PDS_JOB_SOURCECODE_UNZIPPED_FOLDER (outdated)
PDS_JOB_EXTRACTED_SOURCES_FOLDER (new structure)
The new PDS requires a structure for the zip files as follows: data//sourcecode. The corresponding configuration must reference the unique name.
Wanted
We do not want the user to pack his file manually in the required structure. The user should just select a .zip file or .tar
Solution
Solution 1: Implement the packing in the web client (like the cli) - not recommended
Solution 2: Implement an upload function for the web-ui where the server saves the upload in the necessary structure
The text was updated successfully, but these errors were encountered:
Situation
Currently, the normal file upload (e.g. my_custom.zip) only works for codeScan, which is outdated. Refer to the following environment variables:
PDS_JOB_SOURCECODE_UNZIPPED_FOLDER (outdated)
PDS_JOB_EXTRACTED_SOURCES_FOLDER (new structure)
The new PDS requires a structure for the zip files as follows: data//sourcecode. The corresponding configuration must reference the unique name.
Wanted
We do not want the user to pack his file manually in the required structure. The user should just select a .zip file or .tar
Solution
Solution 1: Implement the packing in the web client (like the cli) - not recommended
Solution 2: Implement an upload function for the web-ui where the server saves the upload in the necessary structure
The text was updated successfully, but these errors were encountered: