Format files
This commit is contained in:
@@ -74,6 +74,22 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
/* =========================
|
||||
TRIVY
|
||||
========================= */
|
||||
|
||||
stage('Security: Trivy job') {
|
||||
agent any
|
||||
steps {
|
||||
build job: 'Trivy Scanner',
|
||||
parameters: [
|
||||
string(name: 'APP_VERSION', value: "${APP_VERSION}")
|
||||
],
|
||||
propagate: true,
|
||||
wait: true
|
||||
}
|
||||
}
|
||||
|
||||
/* =========================
|
||||
DEPLOY
|
||||
========================= */
|
||||
|
||||
Reference in New Issue
Block a user