Commit f3571160 authored by Markus Koller's avatar Markus Koller

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

Set MobSF version to 3.2.9 in SAST template

See merge request gitlab-org/gitlab!53545
parents 9f6e36ab 1d0ab7b4
---
title: Set MobSF version to 3.2.9 in SAST template
merge_request: 53545
author:
type: other
...@@ -140,7 +140,9 @@ gosec-sast: ...@@ -140,7 +140,9 @@ gosec-sast:
mobsf-android-sast: mobsf-android-sast:
extends: .sast-analyzer extends: .sast-analyzer
services: services:
- name: opensecurity/mobile-security-framework-mobsf:latest # 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.2.9
alias: mobsf alias: mobsf
image: image:
name: "$SAST_ANALYZER_IMAGE" name: "$SAST_ANALYZER_IMAGE"
...@@ -161,7 +163,9 @@ mobsf-android-sast: ...@@ -161,7 +163,9 @@ mobsf-android-sast:
mobsf-ios-sast: mobsf-ios-sast:
extends: .sast-analyzer extends: .sast-analyzer
services: services:
- name: opensecurity/mobile-security-framework-mobsf:latest # 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.2.9
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