Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running mobsf-action in Github actions pipelines fails #19

Open
mrtnmv opened this issue Jan 31, 2023 · 1 comment
Open

Running mobsf-action in Github actions pipelines fails #19

mrtnmv opened this issue Jan 31, 2023 · 1 comment

Comments

@mrtnmv
Copy link

mrtnmv commented Jan 31, 2023

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
Copy link

engtom commented May 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants