Skip to content

Commit 84ad1f7

Browse files
authored
Merge pull request #28 from IBM/release-v2.3.1
Sync with IBM Concert v2.3.1 Release
2 parents 69d20ba + 1c954fe commit 84ad1f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4684
-5
lines changed
5.06 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3.05 KB
Binary file not shown.
Binary file not shown.

concert-workflows/Vulnerability/manifest.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22
"name": "Vulnerability",
33
"description": "Workflows used for vulnerability scan and remediation",
44
"entries": [
5+
{
6+
"name": "Discover OL advisories",
7+
"path": "Scans/Discover_OL_Advisories.zip",
8+
"description": "Workflow to discover OL advisories",
9+
"integrations": ["IBM", "Common"]
10+
},
511
{
612
"name": "Discover Redhat advisories",
713
"path": "Scans/Discover_Redhat_Advisories.zip",
814
"description": "Workflow to discover Redhat advisories",
915
"integrations": ["IBM", "Common"]
1016
},
17+
{
18+
"name": "Discover Ubuntu advisories",
19+
"path": "Scans/Discover_Ubuntu_Advisories.zip",
20+
"description": "Workflow to discover Ubuntu advisories",
21+
"integrations": ["IBM", "Common"]
22+
},
1123
{
1224
"name": "Fetch latest Scan files from S3",
1325
"path": "Scans/Fetch_latest_Scan_files_from_S3_v2.2.zip",
@@ -88,7 +100,7 @@
88100
},
89101
{
90102
"name": "Create Change Request For Remediation Action",
91-
"path": "Remediation/Create_Change_Request_For_Remediation_Action_v2.3.zip",
103+
"path": "Remediation/Create_Change_Request_For_Remediation_Action.zip",
92104
"description": "Workflow to create a new ticket in ServiceNow with the input provided by the user. For Actions of type Pull Request Pull request is raised. Reuse this automation with other platforms to gain the inputs and replace user input. Input Variable maintenance_window is given as example. If an application_name maintenance window is provided then maintenance window will be set as same.",
93105
"integrations": ["ServiceNow", "Github", "IBM", "Common"]
94106
},
@@ -118,25 +130,25 @@
118130
},
119131
{
120132
"name": "Monitor Remediation Action Status",
121-
"path": "Remediation/Monitor_Remediation_Action_Status_v2.2.zip",
133+
"path": "Remediation/Monitor_Remediation_Action_Status.zip",
122134
"description": "Workflow to monitor remediation action status and schedule.",
123135
"integrations": ["ServiceNow", "Github", "IBM", "Pliant", "Common"]
124136
},
125137
{
126138
"name": "Power Advisory Workflow",
127-
"path": "Remediation/Power_Advisory_Workflow_v2.3.zip",
139+
"path": "Remediation/Power_Advisory_Workflow.zip",
128140
"description": "Workflow to load Advisory(Vulnerability) data to Concert(v2)",
129141
"integrations": ["IBM", "Common"]
130142
},
131143
{
132144
"name": "Power Inventory Workflow",
133-
"path": "Remediation/Power_Inventory_Workflow_v2.3.zip",
145+
"path": "Remediation/Power_Inventory_Workflow.zip",
134146
"description": "Workflow to load IBMPower Inventory to Concert(V2)",
135147
"integrations": ["IBM", "Common"]
136148
},
137149
{
138150
"name": "Remediation_Master",
139-
"path": "Remediation/Remediation_Master_v2.2.zip",
151+
"path": "Remediation/Remediation_Master.zip",
140152
"description": "Master workflow that fetches action details of state approved, then prepare input json data to each patch workflow according to the action sub type, call respective patching subworkflows and update the patch status in db.",
141153
"integrations": ["Ansible", "ServiceNow", "IBM", "Common"]
142154
},
@@ -223,6 +235,12 @@
223235
"path": "Container_Security/Container_Security_Flows.zip",
224236
"description": "Workflows for comtainer security flows and patch flows",
225237
"integrations": ["Github", "IBM", "Common"]
238+
},
239+
{
240+
"name": "ASG Deployment Rollout",
241+
"path": "Remediation/ASG_Deployment_Rollout.zip",
242+
"description": "Workflow applies an approved AMI to Auto Scaling Groups by updating the Launch Template and refreshing instances.",
243+
"integrations": ["AWS", "IBM", "Common"]
226244
}
227245
]
228246
}
40.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)