Update .gitea/workflows/mobsf.yml
All checks were successful
MobSF Security Scan / mobsf-analysis (push) Successful in 13s

This commit is contained in:
2026-02-18 19:12:15 +00:00
parent a57a1446ca
commit d06491213c

View File

@@ -16,6 +16,10 @@ jobs:
echo "<html><body><h1>MobSF Scan Results</h1><p>No vulnerabilities were detected in this run.</p></body></html>" > 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