Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maven
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Maven
Commits
912e0f39
Commit
912e0f39
authored
2 years ago
by
Kiran Patel
Browse files
Options
Downloads
Patches
Plain Diff
fix: kicker.json and README for dependency-check and forbid-snapshot-dependencies jobs
parent
b26c67c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
kicker.json
+2
-7
2 additions, 7 deletions
kicker.json
with
3 additions
and
8 deletions
README.md
+
1
−
1
View file @
912e0f39
...
@@ -107,8 +107,8 @@ It is bound to the `test` stage, and uses the following variables:
...
@@ -107,8 +107,8 @@ It is bound to the `test` stage, and uses the following variables:
| Name | description | default value |
| Name | description | default value |
| --------------------- | -------------------------------------- | ----------------- |
| --------------------- | -------------------------------------- | ----------------- |
|
`MAVEN_DEPENDENCY_CHECK_ARGS`
| Maven arguments for Dependency Check job |
`org.owasp:dependency-check-maven:check -DretireJsAnalyzerEnabled=false -DassemblyAnalyzerEnabled=false`
|
|
`MAVEN_DEPENDENCY_CHECK_DISABLED`
| Set to
`true`
to disable this job | _none_ |
|
`MAVEN_DEPENDENCY_CHECK_DISABLED`
| Set to
`true`
to disable this job | _none_ |
|
`MAVEN_DEPENDENCY_CHECK_ARGS`
| Maven arguments for Dependency Check job |
`org.owasp:dependency-check-maven:check -DretireJsAnalyzerEnabled=false -DassemblyAnalyzerEnabled=false`
|
A Dependency Check is a quite long operation and therefore the job is configured to be ran __manually__ by default.
A Dependency Check is a quite long operation and therefore the job is configured to be ran __manually__ by default.
...
...
This diff is collapsed.
Click to expand it.
kicker.json
+
2
−
7
View file @
912e0f39
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
"id"
:
"dependency-check"
,
"id"
:
"dependency-check"
,
"name"
:
"Dependency-Check"
,
"name"
:
"Dependency-Check"
,
"description"
:
"[Dependency-Check](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html) analysis"
,
"description"
:
"[Dependency-Check](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html) analysis"
,
"disable_with"
:
"MAVEN_DEPENDENCY_CHECK_DISABLED"
,
"variables"
:
[
"variables"
:
[
{
{
"name"
:
"MAVEN_DEPENDENCY_CHECK_ARGS"
,
"name"
:
"MAVEN_DEPENDENCY_CHECK_ARGS"
,
...
@@ -97,13 +98,7 @@
...
@@ -97,13 +98,7 @@
"id"
:
"forbid-snapshot-dependencies"
,
"id"
:
"forbid-snapshot-dependencies"
,
"name"
:
"Snapshot dependencies verification"
,
"name"
:
"Snapshot dependencies verification"
,
"description"
:
"This job verifies your project has no _snapshot_ dependencies. Failure is allowed in feature branches."
,
"description"
:
"This job verifies your project has no _snapshot_ dependencies. Failure is allowed in feature branches."
,
"variables"
:
[
"disable_with"
:
"MVN_FORBID_SNAPSHOT_DEPENDENCIES_DISABLED"
{
"name"
:
"MVN_FORBID_SNAPSHOT_DEPENDENCIES_DISABLED"
,
"description"
:
"Disable the job"
,
"type"
:
"boolean"
}
]
},
},
{
{
"id"
:
"publish"
,
"id"
:
"publish"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment