fundacaocerti / mobsf-action

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

Running mobsf-action in Github actions pipelines fails #19

Open mrtnmv opened 1 year ago

mrtnmv commented 1 year ago

Hello, I'm trying to run mobsf-action in Github actions pipeline on MacOS host machine but failing with following logs:

Run fundacaocerti/mobsf-action@v1.7.1
  env:
    INPUT_FILE_NAME: /path/to/apk.apk
    SCAN_TYPE: apk
    OUTPUT_FILE_NAME: mobsf-report
Error: Container action is only supported on Linux

Just wanted to make sure if action is not supporting MacOS machine or am I missing something?

engtom commented 1 year ago

Hello, I'm trying to run mobsf-action in Github actions pipeline on MacOS host machine but failing with following logs:

Run fundacaocerti/mobsf-action@v1.7.1
  env:
    INPUT_FILE_NAME: /path/to/apk.apk
    SCAN_TYPE: apk
    OUTPUT_FILE_NAME: mobsf-report
Error: Container action is only supported on Linux

Just wanted to make sure if action is not supporting MacOS machine or am I missing something?

@mrtnmv, you can select the runner of the job using this: runs-on: ubuntu-latest