Skip to content

Draft: Expose uploaded artifacts when env var is set

James Liu requested to merge jliu-mobsf-expose-archives into master

What does this MR do?

Writes the artifacts that are internally uploaded to the MobSF server to disk, so they can be manually inspected for debugging purposes. This is only enabled if the SAST_MOBSF_EXPOSE_SCAN_ARTIFACTS env var is set. Artifacts are written out to a fixed directory (/tmp/scanArchives), so they can in turn be exposed as CI job artifacts.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

typemaintenance maintenanceusability

Merge request reports