diff options
| author | Albin <albin@mullvad.net> | 2023-11-22 14:17:21 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-22 15:27:47 +0100 |
| commit | caa00c4a5584a139343f424db1796fa53672f53c (patch) | |
| tree | 3dc7c40cb733193726182d863bf667c91db04029 /.github/workflows | |
| parent | 284ef737263cea2e080f6b614a4ea999655d690b (diff) | |
| download | mullvadvpn-caa00c4a5584a139343f424db1796fa53672f53c.tar.xz mullvadvpn-caa00c4a5584a139343f424db1796fa53672f53c.zip | |
Add mobsf config to suppress and document issues
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-static-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-static-analysis.yml b/.github/workflows/android-static-analysis.yml index e34fa248fb..23e05376ad 100644 --- a/.github/workflows/android-static-analysis.yml +++ b/.github/workflows/android-static-analysis.yml @@ -24,4 +24,4 @@ jobs: - name: Scan code uses: MobSF/mobsfscan@main with: - args: '--type android android' + args: '--type android --config android/config/config.mobsf android' |
