My insider job seems to be working, but I am not able to get any reports in either HTML or JSON. Here is my code
`
insider:
name: Security Scan
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Insider
uses: insidersec/insider-action@v0
with:
technology: android
target: app
noHtml: false
`
This is what the job reads on GH:
Run insidersec/insider-action@v0
✅ Insider version found: 3.0.0
⬇️ Downloading https://github.com/insidersec/insider/releases/download/3.0.0/insider_3.0.0_linux_x86_64.tar.gz
📦 Extracting Insider...
/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/8e3c739d-3da2-417b-89d3-6077f65cf25b -f /home/runner/work/_temp/3e5eb7ae-0a3f-4e42-9ad2-7509fda3ab7f
📂 Using /opt/hostedtoolcache/insider-action/3.0.0/x64 as working directory...
🏃 Running Insider...
/opt/hostedtoolcache/insider-action/3.0.0/x64/insider -tech android -target /home/runner/work/MyApp/MyApp/app -no-html
...
Finished Insider
Warning: No files found that can be uploaded
祝 Upload report files with successfull:
Is there anything obvious that I am doing wrong?
My insider job seems to be working, but I am not able to get any reports in either HTML or JSON. Here is my code
`
insider:
name: Security Scan
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
`
This is what the job reads on GH:
Run insidersec/insider-action@v0
✅ Insider version found: 3.0.0
⬇️ Downloading https://github.com/insidersec/insider/releases/download/3.0.0/insider_3.0.0_linux_x86_64.tar.gz
📦 Extracting Insider...
/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/8e3c739d-3da2-417b-89d3-6077f65cf25b -f /home/runner/work/_temp/3e5eb7ae-0a3f-4e42-9ad2-7509fda3ab7f
📂 Using /opt/hostedtoolcache/insider-action/3.0.0/x64 as working directory...
🏃 Running Insider...
/opt/hostedtoolcache/insider-action/3.0.0/x64/insider -tech android -target /home/runner/work/MyApp/MyApp/app -no-html
...
Finished Insider
Warning: No files found that can be uploaded
祝 Upload report files with successfull:
Is there anything obvious that I am doing wrong?