File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ commands:
17
17
sudo apt install python3-requests
18
18
when : always
19
19
jobs :
20
+ security-scans :
21
+ docker :
22
+ - image : cimg/node:18.19.1
23
+ steps :
24
+ - checkout
25
+ - prodsec/security_scans :
26
+ mode : auto
27
+ release-branch : master
28
+
20
29
aks_integration_tests :
21
30
docker :
22
31
- image : cimg/node:18.19.1
@@ -1020,10 +1029,20 @@ version: 2.1
1020
1029
workflows :
1021
1030
MERGE_TO_MASTER :
1022
1031
jobs :
1032
+ - security-scans :
1033
+ name : Security Scans
1034
+ context :
1035
+ - analysis_integrations
1036
+ filters :
1037
+ branches :
1038
+ only :
1039
+ - master
1023
1040
- publish :
1024
1041
context :
1025
1042
- team-container-integration
1026
1043
- analysis_integrations
1044
+ requires :
1045
+ - Security Scans
1027
1046
filters :
1028
1047
branches :
1029
1048
only :
@@ -1087,9 +1106,25 @@ workflows:
1087
1106
context :
1088
1107
- snyk-bot-slack
1089
1108
channel : team-integrations-alerts
1090
-
1109
+ filters :
1110
+ branches :
1111
+ ignore :
1112
+ - staging
1113
+ - master
1114
+ - security-scans :
1115
+ name : Security Scans
1116
+ context :
1117
+ - analysis_integrations
1118
+ filters :
1119
+ branches :
1120
+ ignore :
1121
+ - staging
1122
+ - master
1091
1123
- build_image :
1092
1124
context : analysis_integrations
1125
+ requires :
1126
+ - Scan repository for secrets
1127
+ - Security Scans
1093
1128
filters :
1094
1129
branches :
1095
1130
ignore :
You can’t perform that action at this time.
0 commit comments