We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd78c96 commit 2c76f2bCopy full SHA for 2c76f2b
Jenkinsfile
@@ -213,12 +213,12 @@ spec:
213
sh 'yarn npm audit --all --severity critical'
214
script {
215
def result = sh(
216
- script: 'yarn npm audit --all --severity high',
+ script: 'yarn npm audit --recursive --severity high',
217
returnStatus: true
218
)
219
if (result != 0) {
220
slackSend(
221
- channel: '#prd-uds',
+ channel: '#prdfam-uds-ci',
222
color: 'warning',
223
message: "@uds-developers Action might be needed: ${env.RUN_DISPLAY_URL}"
224
0 commit comments