Open ghost opened 3 years ago
I had the same issue, I looked closer at the code and I'm not sure it generates the report.html
the same way the CLI does it at the root directory.
It would be great to have a full example with a demo Github Action that other users can check. Thanks
same issue
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?