Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
"supports": "4.0.5"
}
},
"appscan360Plugin": {
"name": "HCL AppScan 360",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This is a plugin to import AppScan 360 data.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.2",
"date": "2026-06-22T03:44:40.698Z",
"image": "urbancode/ucv-ext-appscan360:1.0.2",
"notes": [
"Initial Release: Implemented support for SAST and DAST scan data ingestion from AppScan 360. Scan results are fetched and displayed as metrics within Velocity using dot indicators."
],
"supports": "5.2.5"
}
},
"appscanPlugin": {
"name": "HCL AppScan Enterprise (ASE)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-appscan/",
Expand Down
9 changes: 9 additions & 0 deletions plugins/appscan360Plugin/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "HCL AppScan 360",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This is a plugin to import AppScan 360 data.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
}
}
11 changes: 11 additions & 0 deletions plugins/appscan360Plugin/releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"semver": "1.0.2",
"date": "2026-06-22T03:44:40.698Z",
"image": "urbancode/ucv-ext-appscan360:1.0.2",
"notes": [
"Initial Release: Implemented support for SAST and DAST scan data ingestion from AppScan 360. Scan results are fetched and displayed as metrics within Velocity using dot indicators."
],
"supports": "5.2.5"
}
]
Loading