Skip to content

Commit ff41bbc

Browse files
committed
chore: move ownership to infrasec_container CN-88
1 parent 1e6bc04 commit ff41bbc

3 files changed

Lines changed: 6 additions & 15 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
orbs:
44
win: circleci/windows@5.0.0
55
node: circleci/node@5.1.0
6-
slack: circleci/slack@4
6+
slack: circleci/slack@5
77
prodsec: snyk/prodsec-orb@1
88

99
defaults: &defaults
@@ -25,14 +25,14 @@ windows_defaults: &windows_defaults
2525
slack-fail-notify: &slack-fail-notify
2626
slack/notify:
2727
event: fail
28-
channel: team-unify-pipeline-info
28+
channel: team-container-pipeline-info
2929
branch_pattern: "main"
3030
template: basic_fail_1
3131

3232
slack-success-notify: &slack-success-notify
3333
slack/notify:
3434
event: pass
35-
channel: team-unify-pipeline-info
35+
channel: team-container-pipeline-info
3636
branch_pattern: "main"
3737
template: basic_success_1
3838

@@ -229,12 +229,10 @@ workflows:
229229
name: Install
230230
context:
231231
- nodejs-install
232-
- team-unify
233232
- lint:
234233
name: Lint
235234
context:
236235
- nodejs-install
237-
- team-unify
238236
- snyk-bot-slack
239237
requires:
240238
- Install
@@ -257,7 +255,6 @@ workflows:
257255
name: Test
258256
context:
259257
- nodejs-install
260-
- team-unify
261258
- snyk-bot-slack
262259
requires:
263260
- Build
@@ -267,7 +264,6 @@ workflows:
267264
name: Test Jest Windows with Docker
268265
context:
269266
- nodejs-install
270-
- team-unify
271267
- snyk-bot-slack
272268
node_version: *windows_node_version
273269
requires:
@@ -278,7 +274,6 @@ workflows:
278274
name: Test Jest Windows no Docker
279275
context:
280276
- nodejs-install
281-
- team-unify
282277
- snyk-bot-slack
283278
node_version: *windows_node_version
284279
requires:
@@ -289,7 +284,6 @@ workflows:
289284
name: Build CLI with changes
290285
context:
291286
- nodejs-install
292-
- team-unify
293287
- snyk-bot-slack
294288
requires:
295289
- Build
@@ -299,7 +293,6 @@ workflows:
299293
name: Release to GitHub
300294
context:
301295
- nodejs-lib-release
302-
- team-unify
303296
- snyk-bot-slack
304297
filters:
305298
branches:
@@ -325,14 +318,12 @@ workflows:
325318
name: Install
326319
context:
327320
- nodejs-install
328-
- team-unify
329321
post-steps:
330322
- *slack-fail-notify
331323
- build_and_test_latest_go_binary:
332324
name: Build Go binary
333325
context:
334326
- nodejs-install
335-
- team-unify
336327
requires:
337328
- Install
338329
post-steps:

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a comment.
22
# Each line is a file pattern followed by one or more owners.
33

4-
* @snyk/unify
4+
* @snyk/infrasec_container
55

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: snyk-docker-plugin
55
annotations:
66
github.com/project-slug: snyk/snyk-docker-plugin
7-
github.com/team-slug: snyk/unify
7+
github.com/team-slug: snyk/infrasec_container
88
spec:
99
type: snyk-cli-plugin
1010
lifecycle: "-"
11-
owner: unify
11+
owner: infrasec_container

0 commit comments

Comments
 (0)