Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
next-kubernetes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gitlab-ci
next-kubernetes
Merge requests
!4
WIP: feat/sast
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: feat/sast
feat/sast
into
master
Overview
0
Commits
10
Pipelines
10
Changes
1
Closed
Administrator
requested to merge
feat/sast
into
master
4 years ago
Overview
0
Commits
10
Pipelines
10
Changes
1
Expand
Add Static Analysis to test & build stage
1
0
Merge request reports
Compare
version 3
version 9
466c234d
4 years ago
version 8
6e89e486
4 years ago
version 7
642743b5
4 years ago
version 6
6e546fbc
4 years ago
version 5
831784a8
4 years ago
version 4
f3959771
4 years ago
version 3
468d778a
4 years ago
version 2
9eca1522
4 years ago
version 1
bf4d431f
4 years ago
master (base)
and
version 4
latest version
0b763ab3
10 commits,
4 years ago
version 9
466c234d
9 commits,
4 years ago
version 8
6e89e486
8 commits,
4 years ago
version 7
642743b5
7 commits,
4 years ago
version 6
6e546fbc
6 commits,
4 years ago
version 5
831784a8
5 commits,
4 years ago
version 4
f3959771
4 commits,
4 years ago
version 3
468d778a
3 commits,
4 years ago
version 2
9eca1522
2 commits,
4 years ago
version 1
bf4d431f
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
next-kubernetes.yml
+
1
−
1
Options
@@ -22,7 +22,7 @@ include:
}
docker-build
:
extends
:
.docker-build
extends
:
.docker-build
-container
before_script
:
-
*ensureDocker
-
ensureDockerfile
Loading