Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1d0ab7b4
Commit
1d0ab7b4
authored
Feb 19, 2021
by
saikat sarkar
Committed by
Markus Koller
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set MobSF version to 3.2.9 in SAST template
parent
ad576c0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
changelogs/unreleased/ssarka-master-patch-39936.yml
changelogs/unreleased/ssarka-master-patch-39936.yml
+5
-0
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
+6
-2
No files found.
changelogs/unreleased/ssarka-master-patch-39936.yml
0 → 100644
View file @
1d0ab7b4
---
title
:
Set MobSF version to 3.2.9 in SAST template
merge_request
:
53545
author
:
type
:
other
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
View file @
1d0ab7b4
...
...
@@ -139,7 +139,9 @@ gosec-sast:
mobsf-android-sast
:
extends
:
.sast-analyzer
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
image
:
name
:
"
$SAST_ANALYZER_IMAGE"
...
...
@@ -160,7 +162,9 @@ mobsf-android-sast:
mobsf-ios-sast
:
extends
:
.sast-analyzer
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
image
:
name
:
"
$SAST_ANALYZER_IMAGE"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment