Skip to content

Commit 2c76f2b

Browse files
ci: update jenkinsfile slack message desitination and security audit command
1 parent fd78c96 commit 2c76f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ spec:
213213
sh 'yarn npm audit --all --severity critical'
214214
script {
215215
def result = sh(
216-
script: 'yarn npm audit --all --severity high',
216+
script: 'yarn npm audit --recursive --severity high',
217217
returnStatus: true
218218
)
219219
if (result != 0) {
220220
slackSend(
221-
channel: '#prd-uds',
221+
channel: '#prdfam-uds-ci',
222222
color: 'warning',
223223
message: "@uds-developers Action might be needed: ${env.RUN_DISPLAY_URL}"
224224
)

0 commit comments

Comments
 (0)