mirror of
https://github.com/valitydev/wallet-utils.git
synced 2024-11-06 00:45:17 +00:00
Added security pipeline (#17)
This commit is contained in:
parent
636e87926c
commit
8276b93116
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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)
|
||||
}
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -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
|
Loading…
Reference in New Issue
Block a user