From d06491213c8085e5e777e37283e8bedd4730cb97 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Wed, 18 Feb 2026 19:12:15 +0000 Subject: [PATCH] Update .gitea/workflows/mobsf.yml --- .gitea/workflows/mobsf.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 "

MobSF Scan Results

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