diff --git a/index.json b/index.json index e98ac12..265b455 100644 --- a/index.json +++ b/index.json @@ -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/", diff --git a/plugins/appscan360Plugin/info.json b/plugins/appscan360Plugin/info.json new file mode 100644 index 0000000..d2a7e90 --- /dev/null +++ b/plugins/appscan360Plugin/info.json @@ -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" + } +} \ No newline at end of file diff --git a/plugins/appscan360Plugin/releases.json b/plugins/appscan360Plugin/releases.json new file mode 100644 index 0000000..6c52f26 --- /dev/null +++ b/plugins/appscan360Plugin/releases.json @@ -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" + } +] \ No newline at end of file