Commit be49de8 1 parent b3d8701 commit be49de8 Copy full SHA for be49de8
File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- hmpps : ministryofjustice/hmpps@3.2
4
+ hmpps : ministryofjustice/hmpps@3.5
5
+
6
+ parameters :
7
+ alerts-slack-channel :
8
+ type : string
9
+ default : dps_alerts_security
10
+ releases-slack-channel :
11
+ type : string
12
+ default : dps-releases
5
13
6
14
jobs :
7
15
validate :
@@ -72,7 +80,9 @@ workflows:
72
80
# - hmpps/deploy_env:
73
81
# name: deploy_prod
74
82
# env: "prod"
83
+ # show_changelog: true
75
84
# slack_notification: true
85
+ # slack_channel_name: << pipeline.parameters.releases-slack-channel >>
76
86
# context:
77
87
# - hmpps-common-vars
78
88
# - hmpps-template-kotlin-prod
@@ -89,11 +99,17 @@ workflows:
89
99
- main
90
100
jobs :
91
101
- hmpps/gradle_owasp_dependency_check :
102
+ slack_channel : << pipeline.parameters.alerts-slack-channel >>
92
103
context :
93
104
- hmpps-common-vars
94
- - hmpps/veracode_policy_scan :
105
+ - hmpps/trivy_latest_scan :
106
+ slack_channel : << pipeline.parameters.alerts-slack-channel >>
95
107
context :
96
108
- hmpps-common-vars
109
+ - hmpps/veracode_policy_scan :
110
+ slack_channel : << pipeline.parameters.alerts-slack-channel >>
111
+ context :
97
112
- veracode-credentials
113
+ - hmpps-common-vars
98
114
99
115
You can’t perform that action at this time.
0 commit comments