Skip to content

Commit 93b4293

Browse files
authored
Merge pull request #1526 from snyk/octopilot-prodsec-change-repo-ownership-crum7m0jgibgvd7p7uh0
OI-471: Change repo ownership from orchestration-integrations to test-enrichment
2 parents c1965cd + 36a351f commit 93b4293

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -461,15 +461,15 @@ workflows:
461461
- security-scans:
462462
name: Security Scans
463463
context:
464-
- analysis_integrations
464+
- analysis_test-enrichment
465465
filters:
466466
branches:
467467
only:
468468
- master
469469
- publish:
470470
context:
471471
- team-container-integration
472-
- analysis_integrations
472+
- analysis_test-enrichment
473473
requires:
474474
- Security Scans
475475
filters:
@@ -486,13 +486,13 @@ workflows:
486486
MERGE_TO_STAGING:
487487
jobs:
488488
- build_image:
489-
context: analysis_integrations
489+
context: analysis_test-enrichment
490490
filters:
491491
branches:
492492
only:
493493
- staging
494494
- unit_tests:
495-
context: analysis_integrations
495+
context: analysis_test-enrichment
496496
filters:
497497
branches:
498498
only:
@@ -527,7 +527,7 @@ workflows:
527527
trusted-branch: main
528528
context:
529529
- snyk-bot-slack
530-
channel: team-integrations-alerts
530+
channel: snyk-on-snyk-analysis_test-enrichment
531531
filters:
532532
branches:
533533
ignore:
@@ -536,14 +536,14 @@ workflows:
536536
- security-scans:
537537
name: Security Scans
538538
context:
539-
- analysis_integrations
539+
- analysis_test-enrichment
540540
filters:
541541
branches:
542542
ignore:
543543
- staging
544544
- master
545545
- build_image:
546-
context: analysis_integrations
546+
context: analysis_test-enrichment
547547
requires:
548548
- Scan repository for secrets
549549
- Security Scans
@@ -553,7 +553,7 @@ workflows:
553553
- staging
554554
- master
555555
- unit_tests:
556-
context: analysis_integrations
556+
context: analysis_test-enrichment
557557
filters:
558558
branches:
559559
ignore:

.github/CODEOWNERS

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

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/orchestration-integrations
7+
github.com/team-slug: snyk/test-enrichment
88
spec:
99
type: external-tooling
1010
lifecycle: "-"
11-
owner: orchestration-integrations
11+
owner: test-enrichment

0 commit comments

Comments
 (0)