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
d023c595
Commit
d023c595
authored
Mar 13, 2021
by
saikat sarkar
Committed by
Michael Kozono
Mar 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MobSF to version 3.3.3 in the SAST template
parent
8d0ec9fb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/ssarka-master-patch-48911.yml
changelogs/unreleased/ssarka-master-patch-48911.yml
+5
-0
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
+2
-2
No files found.
changelogs/unreleased/ssarka-master-patch-48911.yml
0 → 100644
View file @
d023c595
---
title
:
Update mobsf version in the SAST template
merge_request
:
56413
author
:
type
:
other
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
View file @
d023c595
...
...
@@ -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"
...
...
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