From b7f555bc0bfd8c56b5c08957b5cee108656cf0be Mon Sep 17 00:00:00 2001 From: diksha Pardeshi Date: Mon, 31 Mar 2025 16:08:41 +0530 Subject: [PATCH 1/2] Updated read me file to update extension scanner summary --- 05-Running ADOScanner as pipeline extension/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/05-Running ADOScanner as pipeline extension/README.md b/05-Running ADOScanner as pipeline extension/README.md index 18cf75d..fba24b9 100644 --- a/05-Running ADOScanner as pipeline extension/README.md +++ b/05-Running ADOScanner as pipeline extension/README.md @@ -97,6 +97,9 @@ Once you are able to successfully run the ADO scan using ADO pipeline, you can c ### Visualize security scan results +> **Note**: Currently, the visualization feature has been removed and is no longer supported through the dashboard. As a result, this extension will no longer support the creation of widgets with their IDs as part of the dashboard. However, existing widgets will still be loaded, but new widget IDs will not be created. This change has been implemented to prevent storing data using the Extension Management Service (API). + + Once scan is completed as part of pipeline, results can be visualized with the help of project dashboard. Extension mainly provides two widgets that can be added as part of dashboard From 2df14316583be2fb7c3c97847f43232ec21db003 Mon Sep 17 00:00:00 2001 From: diksha Pardeshi Date: Mon, 31 Mar 2025 16:09:58 +0530 Subject: [PATCH 2/2] Added latest release notes --- Release notes/RN250328.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Release notes/RN250328.md diff --git a/Release notes/RN250328.md b/Release notes/RN250328.md new file mode 100644 index 0000000..c64d557 --- /dev/null +++ b/Release notes/RN250328.md @@ -0,0 +1,7 @@ +# 250328 (AzSK.ADO v.1.5.8) + +## Feature Updates + +### ADO Security Scanner Extension + +* The results visualization feature through the dashboard widget Id's has been removed, to prevent storing data using the Extension Management Service (API). \ No newline at end of file