Added security pipeline (#279)

This commit is contained in:
Ildar Galeev 2020-07-09 17:22:43 +03:00 committed by GitHub
parent 304e9f070d
commit f6ecafce37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ build('koffing', 'docker-host') {
runStage('test image') {
sh 'make test'
}
runFESecurityTools()
try {
if (env.BRANCH_NAME == 'master') {
runStage('push image') {
@ -43,5 +43,5 @@ build('koffing', 'docker-host') {
}
}
}
pipeDefault(pipeline, 'dr2.rbkmoney.com', 'jenkins_harbor')
pipeDefault(pipeline)
}

View File

@ -17,7 +17,7 @@ REGISTRY ?= dr2.rbkmoney.com
BASE_IMAGE_NAME := service-fe
BASE_IMAGE_TAG := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
BUILD_IMAGE_TAG := a3d509385d655f6a5ada4b37c5884d5423aeb78b
BUILD_IMAGE_TAG := b04c5291d101132e53e578d96e1628d2e6dab0c0
CALL_W_CONTAINER := init build clean submodules

@ -1 +1 @@
Subproject commit 4a09386542ab4b98317a787fd6e06e0d3a1e38d6
Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca