1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

add node as default docker image

This commit is contained in:
Christopher Fenner 2018-06-27 09:51:27 +02:00 committed by GitHub
parent dbcf87ffcc
commit 6cb7adac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,8 @@ steps:
tests: ''
snykExecute:
buildDescriptorFile: './package.json'
dockerImage: 'node:8.11.2-stretch'
dockerWorkspace: '/home/node'
exclude: []
monitor: true
scanType: 'npm'