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
a9ace612
Commit
a9ace612
authored
Mar 09, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaces openjdk-alpine with slim image on docs
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
48e6b011
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+1
-2
No files found.
doc/user/application_security/sast/index.md
View file @
a9ace612
...
...
@@ -375,8 +375,6 @@ If all dependencies are present, the `COMPILE=false` CI/CD variable can be provi
analyzer and compilation is skipped:
```
yaml
image
:
maven:3.6-jdk-8-alpine
stages
:
-
build
-
test
...
...
@@ -385,6 +383,7 @@ include:
-
template
:
Security/SAST.gitlab-ci.yml
build
:
image
:
maven:3.6-jdk-8-slim
stage
:
build
script
:
-
mvn package -Dmaven.repo.local=./.m2/repository
...
...
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