summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-22 14:17:21 +0100
committerAlbin <albin@mullvad.net>2023-11-22 15:27:47 +0100
commitcaa00c4a5584a139343f424db1796fa53672f53c (patch)
tree3dc7c40cb733193726182d863bf667c91db04029 /.github/workflows
parent284ef737263cea2e080f6b614a4ea999655d690b (diff)
downloadmullvadvpn-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.yml2
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'