Commit 8379fd26 authored by Michael Kozono's avatar Michael Kozono

Merge branch 'ssarka-master-patch-48911' into 'master'

Update MobSF to version 3.3.3 in the SAST template

See merge request gitlab-org/gitlab!56413
parents 6d0d5324 d023c595
---
title: Update mobsf version in the SAST template
merge_request: 56413
author:
type: other
...@@ -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.2.9 - name: opensecurity/mobile-security-framework-mobsf:v3.3.3
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.2.9 - name: opensecurity/mobile-security-framework-mobsf:v3.3.3
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