@@ -1007,9 +1007,10 @@ master_branch_only_filter:
10071007orbs :
10081008 aws-cli :
circleci/[email protected] 10091009 azure-cli :
circleci/[email protected] 1010- prodsec : snyk/prodsec-orb@1.0
1010+ prodsec : snyk/prodsec-orb@1.1
10111011 redhat-openshift :
circleci/[email protected] 1012- 1012+ snyk : snyk/snyk@2
1013+
10131014staging_branch_only_filter :
10141015 filters :
10151016 branches :
@@ -1022,7 +1023,7 @@ workflows:
10221023 - publish :
10231024 context :
10241025 - team-container-integration
1025- - team-container-integration-snyk
1026+ - analysis_integrations
10261027 filters :
10271028 branches :
10281029 only :
@@ -1037,19 +1038,19 @@ workflows:
10371038 MERGE_TO_STAGING :
10381039 jobs :
10391040 - build_image :
1040- context : team-container-integration-snyk
1041+ context : analysis_integrations
10411042 filters :
10421043 branches :
10431044 only :
10441045 - staging
10451046 - build_and_upload_operator :
1046- context : team-container-integration-snyk
1047+ context : analysis_integrations
10471048 filters :
10481049 branches :
10491050 only :
10501051 - staging
10511052 - unit_tests :
1052- context : team-container-integration-snyk
1053+ context : analysis_integrations
10531054 filters :
10541055 branches :
10551056 only :
@@ -1080,22 +1081,29 @@ workflows:
10801081 - tag_and_push
10811082 PR_TO_STAGING :
10821083 jobs :
1084+ - prodsec/secrets-scan :
1085+ name : Scan repository for secrets
1086+ trusted-branch : main
1087+ context :
1088+ - snyk-bot-slack
1089+ channel : team-integrations-alerts
1090+
10831091 - build_image :
1084- context : team-container-integration-snyk
1092+ context : analysis_integrations
10851093 filters :
10861094 branches :
10871095 ignore :
10881096 - staging
10891097 - master
10901098 - build_and_upload_operator :
1091- context : team-container-integration-snyk
1099+ context : analysis_integrations
10921100 filters :
10931101 branches :
10941102 ignore :
10951103 - staging
10961104 - master
10971105 - unit_tests :
1098- context : team-container-integration-snyk
1106+ context : analysis_integrations
10991107 filters :
11001108 branches :
11011109 ignore :
0 commit comments