diff --git a/.gitea/workflows/mobsf.yml b/.gitea/workflows/mobsf.yml index 883a6c9..4838794 100644 --- a/.gitea/workflows/mobsf.yml +++ b/.gitea/workflows/mobsf.yml @@ -16,6 +16,10 @@ jobs: echo "
No vulnerabilities were detected in this run.
" > report.html chmod 777 report.html + - name: Debug Workspace Files + run: | + echo "Files in /workspace:" + ls -R # 3. Run MobSF Scan using Docker # We mount the Gitea Workspace volume into the MobSF container - name: Run MobSF Scan