Commit ccbf8d23 authored by Saikat Sarkar's avatar Saikat Sarkar

Update MobSF to version 3.4.0 in the SAST template

parent 46309d47
---
title: Update MobSF to version 3.4.0 in the SAST template
merge_request: 58594
author:
type: changed
...@@ -160,7 +160,7 @@ mobsf-android-sast: ...@@ -160,7 +160,7 @@ mobsf-android-sast:
services: services:
# this version must match with analyzer version mentioned in: https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/-/blob/master/Dockerfile # this version must match with analyzer version mentioned in: https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/-/blob/master/Dockerfile
# Unfortunately, we need to keep track of mobsf version in 2 different places for now. # Unfortunately, we need to keep track of mobsf version in 2 different places for now.
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3 - name: opensecurity/mobile-security-framework-mobsf:v3.4.0
alias: mobsf alias: mobsf
image: image:
name: "$SAST_ANALYZER_IMAGE" name: "$SAST_ANALYZER_IMAGE"
...@@ -186,7 +186,7 @@ mobsf-ios-sast: ...@@ -186,7 +186,7 @@ mobsf-ios-sast:
services: services:
# this version must match with analyzer version mentioned in: https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/-/blob/master/Dockerfile # this version must match with analyzer version mentioned in: https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/-/blob/master/Dockerfile
# Unfortunately, we need to keep track of mobsf version in 2 different places for now. # Unfortunately, we need to keep track of mobsf version in 2 different places for now.
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3 - name: opensecurity/mobile-security-framework-mobsf:v3.4.0
alias: mobsf alias: mobsf
image: image:
name: "$SAST_ANALYZER_IMAGE" name: "$SAST_ANALYZER_IMAGE"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment