Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
PHPExel
Commits
3d07af16
Commit
3d07af16
authored
1 year ago
by
Извеков Василий Михайлович
Browse files
Options
Download
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
39534e3d
1.8
No related merge requests found
Pipeline
#117949
passed with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+82
-0
.gitlab-ci.yml
with
82 additions
and
0 deletions
+82
-0
.gitlab-ci.yml
0 → 100644
+
82
−
0
View file @
3d07af16
stages
:
-
kics
-
trivy
-
trafflehog
-
deptrack
-
sonarqube
-
semgrep
KICKS
:
stage
:
kics
variables
:
REPO_URL
:
"
"
PROJECT_PATH
:
"
."
trigger
:
include
:
-
project
:
'
1105/kics'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
TRIVY
:
stage
:
trivy
variables
:
CONTAINER_NAME
:
"
"
REPO_URL
:
"
"
PROJECT_PATH
:
"
."
trigger
:
include
:
-
project
:
'
1105/trivy1'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
TRAFFLEHOG
:
stage
:
trafflehog
variables
:
REPO_URL
:
"
"
PROJECT_PATH
:
"
"
trigger
:
include
:
-
project
:
'
1105/trafflehog'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
DEPTRACK
:
stage
:
deptrack
variables
:
PROJECT_PATH
:
"
."
REPO_URL
:
"
"
DP_API_KEY
:
HPUKZNL2gtQqZm2GMRUW15x759wh0XEQ
DP_API_URL
:
http://188.120.244.199:8888
productName
:
"
$CI_PROJECT_NAME"
trigger
:
include
:
-
project
:
'
1105/dependency-track'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
SONARQUBE
:
stage
:
sonarqube
variables
:
REPO_URL
:
"
"
PROJECT_PATH
:
"
."
SONAR_CI_TOKEN
:
squ_bbebc308f6e147aa187e37947a71031ba0950363
SONAR_PROJECT_KEY
:
"
$CI_PROJECT_NAME"
SONAR_HOST_URL
:
http://188.120.244.199:9000
JAVA_PROJECT
:
"
true"
trigger
:
include
:
-
project
:
'
1105/sonarqube'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
SEMGREP
:
stage
:
semgrep
variables
:
REPO_URL
:
"
"
PROJECT_PATH
:
"
."
trigger
:
include
:
-
project
:
'
1105/semgrep'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets