Skip to content

Commit 1c6bf09

Browse files
authored
Merge pull request #1586 from snyk/chore/change_team
[COIN-997] Update team name and alerts channels
2 parents 2ebad40 + cdd6d35 commit 1c6bf09

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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,14 +309,14 @@ 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
321321
- team-container-integration
322322
- team-container-integration-docker-hub
@@ -341,7 +341,7 @@ workflows:
341341
jobs:
342342
- build_image:
343343
context:
344-
- analysis_test-enrichment
344+
- infrasec_container
345345
- go-private-modules
346346
- snyk-bot-slack
347347
- team-container-integration-docker-hub
@@ -351,7 +351,7 @@ workflows:
351351
- staging
352352
- unit_tests:
353353
context:
354-
- analysis_test-enrichment
354+
- infrasec_container
355355
- snyk-bot-slack
356356
filters:
357357
branches:
@@ -396,7 +396,7 @@ workflows:
396396
trusted-branch: main
397397
context:
398398
- snyk-bot-slack
399-
channel: snyk-on-snyk-analysis_test-enrichment
399+
channel: snyk-on-snyk-infrasec_container
400400
filters:
401401
branches:
402402
ignore:
@@ -405,7 +405,7 @@ workflows:
405405
- security-scans:
406406
name: Security Scans
407407
context:
408-
- analysis_test-enrichment
408+
- infrasec_container
409409
- snyk-bot-slack
410410
filters:
411411
branches:
@@ -414,7 +414,7 @@ workflows:
414414
- master
415415
- build_image:
416416
context:
417-
- analysis_test-enrichment
417+
- infrasec_container
418418
- go-private-modules
419419
- snyk-bot-slack
420420
- team-container-integration-docker-hub
@@ -428,7 +428,7 @@ workflows:
428428
- master
429429
- unit_tests:
430430
context:
431-
- analysis_test-enrichment
431+
- infrasec_container
432432
- snyk-bot-slack
433433
filters:
434434
branches:

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @snyk/test-enrichment
1+
* @snyk/infrasec_container

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: kubernetes-monitor
55
annotations:
66
github.com/project-slug: snyk/kubernetes-monitor
7-
github.com/team-slug: snyk/test-enrichment
7+
github.com/team-slug: snyk/infrasec_container
88
spec:
99
type: external-tooling
1010
lifecycle: "-"
11-
owner: test-enrichment
11+
owner: container

scripts/circleci-jobs/prepare_to_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ image:
3131
metadata:
3232
annotations:
3333
github.com/project-slug: snyk/kubernetes-monitor
34-
github.com/team-slug: snyk/test-enrichment
34+
github.com/team-slug: snyk/infrasec_container
3535
labels:
3636
$SNYK_OWNER_LABEL_KEY: $SNYK_OWNER_LABEL_VALUE
3737
$SNYK_LOG_DEST_LABEL_KEY: $SNYK_LOG_DEST_LABEL_VALUE

0 commit comments

Comments
 (0)