Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-03-13 03:09:34 +00:00
parent aa64fed495
commit e25ee76ede
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
title: Update mobsf version in the SAST template
merge_request: 56413
author:
type: other

View File

@ -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.2.9
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3
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.2.9
- name: opensecurity/mobile-security-framework-mobsf:v3.3.3
alias: mobsf
image:
name: "$SAST_ANALYZER_IMAGE"