Added security pipeline (#17)

This commit is contained in:
Ildar Galeev 2020-07-09 17:22:31 +03:00 committed by GitHub
parent 636e87926c
commit 8276b93116
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

@ -24,7 +24,7 @@ build('wallet-utils', 'docker-host') {
runStage('build image') {
sh 'make build_image'
}
runFESecurityTools()
try {
if (env.BRANCH_NAME == 'master') {
runStage('push image') {
@ -37,6 +37,6 @@ build('wallet-utils', 'docker-host') {
}
}
}
pipeDefault(pipeline, 'dr2.rbkmoney.com', 'jenkins_harbor')
pipeDefault(pipeline)
}

View File

@ -15,7 +15,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
BASE_IMAGE_NAME := service-fe
BASE_IMAGE_TAG := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
BUILD_IMAGE_TAG := a3d509385d655f6a5ada4b37c5884d5423aeb78b
BUILD_IMAGE_TAG := b04c5291d101132e53e578d96e1628d2e6dab0c0
CALL_W_CONTAINER := init test build clean submodules

@ -1 +1 @@
Subproject commit b9b18f3ee375aa5fd105daf57189ac242c40f572
Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca