Format files
All checks were successful
Tests / Declarative: Post Actions passed: 14
CI-Multi/pipeline/pr-main This commit looks good

This commit is contained in:
2026-02-22 12:20:30 +01:00
parent f9185e0f21
commit bd769b0eb0
5 changed files with 29 additions and 11 deletions

View File

@@ -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
========================= */