Skip to content

Commit 56eea56

Browse files
committed
feat: change ownership
1 parent 45103b2 commit 56eea56

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
@@ -1036,9 +1036,10 @@ master_branch_only_filter:
10361036
orbs:
10371037
aws-cli: circleci/[email protected]
10381038
azure-cli: circleci/[email protected]
1039-
prodsec: snyk/prodsec-orb@1.0
1039+
prodsec: snyk/prodsec-orb@1.1
10401040
redhat-openshift: circleci/[email protected]
1041-
snyk: snyk/[email protected]
1041+
snyk: snyk/snyk@2
1042+
10421043
staging_branch_only_filter:
10431044
filters:
10441045
branches:
@@ -1051,7 +1052,7 @@ workflows:
10511052
- publish:
10521053
context:
10531054
- team-container-integration
1054-
- team-container-integration-snyk
1055+
- analysis_integrations
10551056
filters:
10561057
branches:
10571058
only:
@@ -1066,19 +1067,19 @@ workflows:
10661067
MERGE_TO_STAGING:
10671068
jobs:
10681069
- build_image:
1069-
context: team-container-integration-snyk
1070+
context: analysis_integrations
10701071
filters:
10711072
branches:
10721073
only:
10731074
- staging
10741075
- build_and_upload_operator:
1075-
context: team-container-integration-snyk
1076+
context: analysis_integrations
10761077
filters:
10771078
branches:
10781079
only:
10791080
- staging
10801081
- unit_tests:
1081-
context: team-container-integration-snyk
1082+
context: analysis_integrations
10821083
filters:
10831084
branches:
10841085
only:
@@ -1109,22 +1110,29 @@ workflows:
11091110
- tag_and_push
11101111
PR_TO_STAGING:
11111112
jobs:
1113+
- prodsec/secrets-scan:
1114+
name: Scan repository for secrets
1115+
trusted-branch: main
1116+
context:
1117+
- snyk-bot-slack
1118+
channel: team-integrations-alerts
1119+
11121120
- build_image:
1113-
context: team-container-integration-snyk
1121+
context: analysis_integrations
11141122
filters:
11151123
branches:
11161124
ignore:
11171125
- staging
11181126
- master
11191127
- build_and_upload_operator:
1120-
context: team-container-integration-snyk
1128+
context: analysis_integrations
11211129
filters:
11221130
branches:
11231131
ignore:
11241132
- staging
11251133
- master
11261134
- unit_tests:
1127-
context: team-container-integration-snyk
1135+
context: analysis_integrations
11281136
filters:
11291137
branches:
11301138
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)