@@ -1036,9 +1036,10 @@ master_branch_only_filter:
10361036orbs :
10371037 aws-cli :
circleci/[email protected] 10381038 azure-cli :
circleci/[email protected] 1039- prodsec : snyk/prodsec-orb@1.0
1039+ prodsec : snyk/prodsec-orb@1.1
10401040 redhat-openshift :
circleci/[email protected] 1041- 1041+ snyk : snyk/snyk@2
1042+
10421043staging_branch_only_filter :
10431044 filters :
10441045 branches :
@@ -1051,7 +1052,7 @@ workflows:
10511052 - publish :
10521053 context :
10531054 - team-container-integration
1054- - team-container-integration-snyk
1055+ - analysis_integrations
10551056 filters :
10561057 branches :
10571058 only :
@@ -1066,19 +1067,19 @@ workflows:
10661067 MERGE_TO_STAGING :
10671068 jobs :
10681069 - build_image :
1069- context : team-container-integration-snyk
1070+ context : analysis_integrations
10701071 filters :
10711072 branches :
10721073 only :
10731074 - staging
10741075 - build_and_upload_operator :
1075- context : team-container-integration-snyk
1076+ context : analysis_integrations
10761077 filters :
10771078 branches :
10781079 only :
10791080 - staging
10801081 - unit_tests :
1081- context : team-container-integration-snyk
1082+ context : analysis_integrations
10821083 filters :
10831084 branches :
10841085 only :
@@ -1109,22 +1110,29 @@ workflows:
11091110 - tag_and_push
11101111 PR_TO_STAGING :
11111112 jobs :
1113+ - prodsec/secrets-scan :
1114+ name : Scan repository for secrets
1115+ trusted-branch : main
1116+ context :
1117+ - snyk-bot-slack
1118+ channel : team-integrations-alerts
1119+
11121120 - build_image :
1113- context : team-container-integration-snyk
1121+ context : analysis_integrations
11141122 filters :
11151123 branches :
11161124 ignore :
11171125 - staging
11181126 - master
11191127 - build_and_upload_operator :
1120- context : team-container-integration-snyk
1128+ context : analysis_integrations
11211129 filters :
11221130 branches :
11231131 ignore :
11241132 - staging
11251133 - master
11261134 - unit_tests :
1127- context : team-container-integration-snyk
1135+ context : analysis_integrations
11281136 filters :
11291137 branches :
11301138 ignore :
0 commit comments