Commit 02d6ddba authored by Matija Čupić's avatar Matija Čupić

Merge branch 'mobsf_version' into 'master'

Update MobSF to version 3.4.0 in the SAST template

See merge request gitlab-org/gitlab!58594
parents 24541454 ccbf8d23
---
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:
services:
# 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.
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3
- name: opensecurity/mobile-security-framework-mobsf:v3.4.0
alias: mobsf
image:
name: "$SAST_ANALYZER_IMAGE"
......@@ -186,7 +186,7 @@ mobsf-ios-sast:
services:
# 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.
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3
- name: opensecurity/mobile-security-framework-mobsf:v3.4.0
alias: mobsf
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