set audit level to moderate
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-01 07:44:28 +02:00
parent bb5ade22c6
commit 2d003a619f
2 changed files with 18 additions and 18 deletions

2
Jenkinsfile vendored
View File

@@ -36,7 +36,7 @@ pipeline {
stage('Test & Security Audit') {
steps {
echo 'Start checking security vulnerabilities in npm packages'
sh 'npm audit'
sh 'npm audit --audit-level=moderate'
}
}