Commit 93745170 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'mobsf-remove-service' into 'master'

Remove mobsf service for mobsf SAST job

See merge request gitlab-org/gitlab!60770
parents bf1ae705 8d73dd9f
---
title: Remove mobsf service for mobsf SAST job
merge_request: 60770
author:
type: changed
...@@ -157,11 +157,6 @@ gosec-sast: ...@@ -157,11 +157,6 @@ gosec-sast:
mobsf-android-sast: mobsf-android-sast:
extends: .sast-analyzer extends: .sast-analyzer
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.4.0
alias: mobsf
image: image:
name: "$SAST_ANALYZER_IMAGE" name: "$SAST_ANALYZER_IMAGE"
variables: variables:
...@@ -169,7 +164,6 @@ mobsf-android-sast: ...@@ -169,7 +164,6 @@ mobsf-android-sast:
# override the analyzer image with a custom value. This may be subject to change or # override the analyzer image with a custom value. This may be subject to change or
# breakage across GitLab releases. # breakage across GitLab releases.
SAST_ANALYZER_IMAGE: "$SECURE_ANALYZERS_PREFIX/mobsf:$SAST_ANALYZER_IMAGE_TAG" SAST_ANALYZER_IMAGE: "$SECURE_ANALYZERS_PREFIX/mobsf:$SAST_ANALYZER_IMAGE_TAG"
MOBSF_API_KEY: key
rules: rules:
- if: $SAST_DISABLED - if: $SAST_DISABLED
when: never when: never
...@@ -183,11 +177,6 @@ mobsf-android-sast: ...@@ -183,11 +177,6 @@ mobsf-android-sast:
mobsf-ios-sast: mobsf-ios-sast:
extends: .sast-analyzer extends: .sast-analyzer
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.4.0
alias: mobsf
image: image:
name: "$SAST_ANALYZER_IMAGE" name: "$SAST_ANALYZER_IMAGE"
variables: variables:
...@@ -195,7 +184,6 @@ mobsf-ios-sast: ...@@ -195,7 +184,6 @@ mobsf-ios-sast:
# override the analyzer image with a custom value. This may be subject to change or # override the analyzer image with a custom value. This may be subject to change or
# breakage across GitLab releases. # breakage across GitLab releases.
SAST_ANALYZER_IMAGE: "$SECURE_ANALYZERS_PREFIX/mobsf:$SAST_ANALYZER_IMAGE_TAG" SAST_ANALYZER_IMAGE: "$SECURE_ANALYZERS_PREFIX/mobsf:$SAST_ANALYZER_IMAGE_TAG"
MOBSF_API_KEY: key
rules: rules:
- if: $SAST_DISABLED - if: $SAST_DISABLED
when: never when: never
......
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