@@ -13,9 +13,9 @@ commands:
1313 steps :
1414 - slack/notify :
1515 branch_pattern : master,staging
16- channel : team-test-enrichment-deployment
16+ channel : team-container-pipeline-info
1717 event : fail
18- mentions : ' @testenrichers'
18+ # mentions: '@testenrichers'
1919 custom : |
2020 {
2121 "blocks": [
@@ -309,16 +309,15 @@ workflows:
309309 - security-scans :
310310 name : Security Scans
311311 context :
312- - analysis_test-enrichment
312+ - infrasec_container
313313 filters :
314314 branches :
315315 only :
316316 - master
317317 - publish :
318318 context :
319- - analysis_test-enrichment
319+ - infrasec_container
320320 - snyk-bot-slack
321- - team-container-integration
322321 - team-container-integration-docker-hub
323322 requires :
324323 - Security Scans
@@ -341,7 +340,7 @@ workflows:
341340 jobs :
342341 - build_image :
343342 context :
344- - analysis_test-enrichment
343+ - infrasec_container
345344 - go-private-modules
346345 - snyk-bot-slack
347346 - team-container-integration-docker-hub
@@ -351,7 +350,7 @@ workflows:
351350 - staging
352351 - unit_tests :
353352 context :
354- - analysis_test-enrichment
353+ - infrasec_container
355354 - snyk-bot-slack
356355 filters :
357356 branches :
@@ -367,7 +366,7 @@ workflows:
367366 - tag_and_push :
368367 context :
369368 - snyk-bot-slack
370- - team-container-integration
369+ - infrasec_container
371370 - team-container-integration-docker-hub
372371 filters :
373372 branches :
@@ -381,7 +380,7 @@ workflows:
381380 context :
382381 - kubernetes-monitor
383382 - snyk-bot-slack
384- - team-container-integration
383+ - infrasec_container
385384 - team-container-integration-circleci
386385 filters :
387386 branches :
@@ -396,7 +395,7 @@ workflows:
396395 trusted-branch : main
397396 context :
398397 - snyk-bot-slack
399- channel : snyk-on-snyk-analysis_test-enrichment
398+ channel : snyk-on-snyk-infrasec_container
400399 filters :
401400 branches :
402401 ignore :
@@ -405,7 +404,7 @@ workflows:
405404 - security-scans :
406405 name : Security Scans
407406 context :
408- - analysis_test-enrichment
407+ - infrasec_container
409408 - snyk-bot-slack
410409 filters :
411410 branches :
@@ -414,7 +413,7 @@ workflows:
414413 - master
415414 - build_image :
416415 context :
417- - analysis_test-enrichment
416+ - infrasec_container
418417 - go-private-modules
419418 - snyk-bot-slack
420419 - team-container-integration-docker-hub
@@ -428,7 +427,7 @@ workflows:
428427 - master
429428 - unit_tests :
430429 context :
431- - analysis_test-enrichment
430+ - infrasec_container
432431 - snyk-bot-slack
433432 filters :
434433 branches :
0 commit comments