We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
We do not want the user to pack his file manually in the required structure. The user should just select a folder.
Implement the packing in the web client (like the Go cli)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 folder.
Solution
Implement the packing in the web client (like the Go cli)
The text was updated successfully, but these errors were encountered: