fundacaocerti / mobsf-action

GitHub Actions for MobSF
GNU General Public License v3.0
25 stars 23 forks source link

unable to find user mobsf: no matching entries in passwd file #20

Open theblockstalk opened 1 year ago

theblockstalk commented 1 year ago

Receiving this error when try to run with .apk file

[Build App locally and run security analysis/security-test2] failed to start container: Error response from daemon: unable to find user mobsf: no matching entries in passwd file

security-test:
    runs-on: ubuntu-latest

    steps:
      - name: Run MobSF Analysis
        uses: fundacaocerti/mobsf-action@v1.7.2
        env:
          INPUT_FILE_NAME: ./TonomyID.apk
          SCAN_TYPE: apk
          OUTPUT_FILE_NAME: mobsf-report
madlymad commented 9 months ago

Similar to https://github.com/fundacaocerti/mobsf-action/issues/18