Update .gitea/workflows/mobsf.yml
All checks were successful
MobSF Security Scan / mobsf-analysis (push) Successful in 13s
All checks were successful
MobSF Security Scan / mobsf-analysis (push) Successful in 13s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user