Open mrtnmv opened 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
Hello, I'm trying to run mobsf-action in Github actions pipeline on MacOS host machine but failing with following logs:
Just wanted to make sure if action is not supporting MacOS machine or am I missing something?