Skip to content

Commit

Permalink
chore: add snyk context to build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-agabani-snyk committed Aug 14, 2023
1 parent 26ac1bb commit 7bff27b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,12 +1115,14 @@ workflows:
- staging
- master
- build_and_upload_operator:
context: team-container-integration-snyk
filters:
branches:
ignore:
- staging
- master
- unit_tests:
context: team-container-integration-snyk
filters:
branches:
ignore:
Expand Down
4 changes: 3 additions & 1 deletion .circleci/config/@config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ workflows:
context: team-container-integration-snyk
<<: *main_branches_filter
- build_and_upload_operator:
context: team-container-integration-snyk
<<: *main_branches_filter
- unit_tests:
context: team-container-integration-snyk
<<: *main_branches_filter
- lint:
<<: *main_branches_filter
Expand Down Expand Up @@ -110,7 +112,7 @@ workflows:
MERGE_TO_MASTER:
jobs:
- publish:
context:
context:
- team-container-integration
- team-container-integration-snyk
<<: *master_branch_only_filter
Expand Down

0 comments on commit 7bff27b

Please sign in to comment.