From 6e1afcfba34d586d6cc2f1dba9cf0fea59d3a459 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sun, 27 Oct 2024 22:40:03 -0700 Subject: [PATCH] CI --- .github/workflows/mobsf-test.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobsf-test.yml b/.github/workflows/mobsf-test.yml index a73b1a6516..5564f3a5df 100644 --- a/.github/workflows/mobsf-test.yml +++ b/.github/workflows/mobsf-test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-latest, windows-latest] - python-version: ['3.11', '3.12'] + python-version: ['3.12'] runs-on: ${{ matrix.os }} steps: @@ -64,6 +64,7 @@ jobs: poetry run python manage.py makemigrations StaticAnalyzer poetry run python manage.py migrate poetry run python manage.py create_roles + poetry run python mobsf/MobSF/tools_download.py ~/.MobSF - name: Unit Tests on Ubuntu, macOS and Windows run: | diff --git a/README.md b/README.md index 131a9e9154..748c1ee695 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mobile Security Framework (MobSF) -Version: v4.0 +Version: v4.1 ![](https://cloud.githubusercontent.com/assets/4301109/20019521/cc61f7fc-a2f2-11e6-95f3-407030d9fdde.png)