Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!460
Make new security jobs depend on gradle_build only
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Make new security jobs depend on gradle_build only
speedup-build
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Make new security jobs depend on gradle_build only
Chris Lemaire
requested to merge
speedup-build
into
development
Aug 17, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Make sure to read our
contributing guide
0
0
Merge request reports
Compare
development
version 1
d959ad4f
Aug 17, 2021
development (base)
and
latest version
latest version
57b755a2
1 commit,
Aug 17, 2021
version 1
d959ad4f
1 commit,
Aug 17, 2021
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
12
−
0
View file @ 57b755a2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -363,6 +363,10 @@ spotbugs-sast:
$CI_COMMIT_BRANCH == "development" ||
$CI_MERGE_REQUEST_ID
stage
:
gitlab reports
needs
:
-
gradle_build
dependencies
:
-
gradle_build
eslint-sast
:
allow_failure
:
true
@@ -376,6 +380,10 @@ eslint-sast:
$CI_COMMIT_BRANCH == "development" ||
$CI_MERGE_REQUEST_ID
stage
:
gitlab reports
needs
:
-
gradle_build
dependencies
:
-
gradle_build
# Run the DAST security checks and reporter.
# Currently set to manual as it requires a test environment to be up and running.
@@ -423,6 +431,10 @@ gemnasium-maven-dependency_scanning:
$CI_MERGE_REQUEST_ID
stage
:
gitlab reports
allow_failure
:
true
needs
:
-
gradle_build
dependencies
:
-
gradle_build
# License scanning reporter for checking the licenses of dependencies.
license_scanning
:
Loading