Skip to content

Commit

Permalink
feat: re-org changes (#335)
Browse files Browse the repository at this point in the history
* feat: re-org changes

---------

Co-authored-by: Corneliu Petrescu <corneliu.petrescu@snyk.io>
  • Loading branch information
bikochan and corneliu-petrescu committed Mar 4, 2024
1 parent 72d2c93 commit d7c0ab8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
- checkout
- prodsec/security_scans:
mode: auto
token-variable: MONITOR_SNYK_TOKEN
org: platform-extensibility
token-variable: SNYK_TOKEN
org: platformeng_api

build-vu:
<<: *vu_defaults
Expand Down Expand Up @@ -150,7 +150,7 @@ workflows:
- security-scans:
name: Security Scans
context:
- team-extensibility
- platformeng_api
<<: *ignore_main_branch_filter

- build-vu:
Expand All @@ -164,10 +164,10 @@ workflows:
name: Scan VU Container
docker_image_name: vervet-underground:${CIRCLE_WORKFLOW_ID}
docker_image_filename: images/vervet-underground:${CIRCLE_WORKFLOW_ID}.tar.gz
snyk_token_variable: MONITOR_SNYK_TOKEN
snyk_organization: platform-extensibility
snyk_token_variable: SNYK_TOKEN
snyk_organization: platformeng_api
context:
- team-extensibility
- platformeng_api
requires:
- Build Docker Image

Expand All @@ -180,7 +180,7 @@ workflows:
- security-scans:
name: Security Scans
context:
- team-extensibility
- platformeng_api
<<: *only_main_branch_filter

- build-vu:
Expand All @@ -198,13 +198,13 @@ workflows:
name: Publish Docker Image
image_name: vervet-underground
fedramp: "no"
snyk_organization: platform-extensibility
snyk_token_variable: MONITOR_SNYK_TOKEN
snyk_organization: platformeng_api
snyk_token_variable: SNYK_TOKEN
snyk_project_tags: component=pkg:github/snyk/vervet-underground@main,component=pkg:github/snyk/vervet@main
context:
- snyk-docker-build
- infra-publish-orb
- team-extensibility
- platformeng_api
- snyk-bot-slack
requires:
- Build Docker Image
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @snyk/extensibility
* @snyk/api
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
backstage.io/techdocs-ref: dir:.
circleci.com/project-slug: github/snyk/vervet
github.com/project-slug: snyk/vervet
github.com/team-slug: snyk/extensibility
github.com/team-slug: snyk/api
snyk.io/jira-prefix: EXT
labels:
snyk.io/visibility: public
Expand All @@ -19,4 +19,4 @@ metadata:
spec:
type: internal-tooling
lifecycle: "-"
owner: extensibility
owner: api

0 comments on commit d7c0ab8

Please sign in to comment.