Skip to content

Commit 9595d26

Browse files
authored
Merge pull request #1463 from snyk/feat/ownership
feat: change ownership
2 parents 74fcb47 + 86a94e5 commit 9595d26

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

.circleci/config.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,9 +1007,10 @@ master_branch_only_filter:
10071007
orbs:
10081008
aws-cli: circleci/[email protected]
10091009
azure-cli: circleci/[email protected]
1010-
prodsec: snyk/prodsec-orb@1.0
1010+
prodsec: snyk/prodsec-orb@1.1
10111011
redhat-openshift: circleci/[email protected]
1012-
snyk: snyk/[email protected]
1012+
snyk: snyk/snyk@2
1013+
10131014
staging_branch_only_filter:
10141015
filters:
10151016
branches:
@@ -1022,7 +1023,7 @@ workflows:
10221023
- publish:
10231024
context:
10241025
- team-container-integration
1025-
- team-container-integration-snyk
1026+
- analysis_integrations
10261027
filters:
10271028
branches:
10281029
only:
@@ -1037,19 +1038,19 @@ workflows:
10371038
MERGE_TO_STAGING:
10381039
jobs:
10391040
- build_image:
1040-
context: team-container-integration-snyk
1041+
context: analysis_integrations
10411042
filters:
10421043
branches:
10431044
only:
10441045
- staging
10451046
- build_and_upload_operator:
1046-
context: team-container-integration-snyk
1047+
context: analysis_integrations
10471048
filters:
10481049
branches:
10491050
only:
10501051
- staging
10511052
- unit_tests:
1052-
context: team-container-integration-snyk
1053+
context: analysis_integrations
10531054
filters:
10541055
branches:
10551056
only:
@@ -1080,22 +1081,29 @@ workflows:
10801081
- tag_and_push
10811082
PR_TO_STAGING:
10821083
jobs:
1084+
- prodsec/secrets-scan:
1085+
name: Scan repository for secrets
1086+
trusted-branch: main
1087+
context:
1088+
- snyk-bot-slack
1089+
channel: team-integrations-alerts
1090+
10831091
- build_image:
1084-
context: team-container-integration-snyk
1092+
context: analysis_integrations
10851093
filters:
10861094
branches:
10871095
ignore:
10881096
- staging
10891097
- master
10901098
- build_and_upload_operator:
1091-
context: team-container-integration-snyk
1099+
context: analysis_integrations
10921100
filters:
10931101
branches:
10941102
ignore:
10951103
- staging
10961104
- master
10971105
- unit_tests:
1098-
context: team-container-integration-snyk
1106+
context: analysis_integrations
10991107
filters:
11001108
branches:
11011109
ignore:

.github/CODEOWNERS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# This is a comment.
2-
# Each line is a file pattern followed by one or more owners.
3-
4-
* @snyk/container-integration
1+
* @snyk/orchestration-integrations

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

0 commit comments

Comments
 (0)