fixed echo statement
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-06-25 09:56:29 +02:00
parent 41a98d3d1d
commit 533d94c6a5

2
Jenkinsfile vendored
View File

@@ -10,8 +10,8 @@ pipeline {
}
stage('Test & Security Audit') {
echo 'Start checking security vulnerabilities in npm packages'
steps {
echo 'Start checking security vulnerabilities in npm packages'
sh 'npm audit'
}
}