Skip to content

Commit

Permalink
Merge pull request #1468 from snyk/staging
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
kat1906 committed Mar 12, 2024
2 parents 69056fd + 9595d26 commit 1f13071
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
26 changes: 17 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1007,9 +1007,10 @@ master_branch_only_filter:
orbs:
aws-cli: circleci/aws-cli@2.0.6
azure-cli: circleci/azure-cli@1.2.0
prodsec: snyk/prodsec-orb@1.0
prodsec: snyk/prodsec-orb@1.1
redhat-openshift: circleci/redhat-openshift@0.2.0
snyk: snyk/snyk@1.7.0
snyk: snyk/snyk@2

staging_branch_only_filter:
filters:
branches:
Expand All @@ -1022,7 +1023,7 @@ workflows:
- publish:
context:
- team-container-integration
- team-container-integration-snyk
- analysis_integrations
filters:
branches:
only:
Expand All @@ -1037,19 +1038,19 @@ workflows:
MERGE_TO_STAGING:
jobs:
- build_image:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
only:
- staging
- build_and_upload_operator:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
only:
- staging
- unit_tests:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
only:
Expand Down Expand Up @@ -1080,22 +1081,29 @@ workflows:
- tag_and_push
PR_TO_STAGING:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
trusted-branch: main
context:
- snyk-bot-slack
channel: team-integrations-alerts

- build_image:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
ignore:
- staging
- master
- build_and_upload_operator:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
ignore:
- staging
- master
- unit_tests:
context: team-container-integration-snyk
context: analysis_integrations
filters:
branches:
ignore:
Expand Down
5 changes: 1 addition & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

* @snyk/container-integration
* @snyk/orchestration-integrations
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: kubernetes-monitor
annotations:
github.com/project-slug: snyk/kubernetes-monitor
github.com/team-slug: snyk/container-integration
github.com/team-slug: snyk/orchestration-integrations
spec:
type: external-tooling
lifecycle: "-"
owner: container-integration
owner: orchestration-integrations

0 comments on commit 1f13071

Please sign in to comment.