From 6b48954d4c7a8f6de918ab9b4d5124651e297525 Mon Sep 17 00:00:00 2001 From: David Knise Date: Tue, 31 Oct 2023 12:10:49 -0700 Subject: [PATCH] v1.10.0 - export-file option for IaCFileScanner addition (#88) --- package.json | 4 ++-- scripts/.publishers/debug-publishers.json | 4 ++-- src/extension-manifest-debug.json | 2 +- src/extension-manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 125e4e8..b88197b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microsoft-security-devops-azdevops", - "version": "1.9.1", + "version": "1.10.0", "description": "Microsoft Security DevOps for Azure DevOps.", "author": "Microsoft Corporation", "license": "MIT", @@ -13,7 +13,7 @@ "test": "npx mocha **/*.tests.js" }, "dependencies": { - "@microsoft/security-devops-azdevops-task-lib": "1.9.0", + "@microsoft/security-devops-azdevops-task-lib": "1.10.1", "azure-pipelines-task-lib": "4.3.1", "azure-pipelines-tool-lib": "2.0.4" }, diff --git a/scripts/.publishers/debug-publishers.json b/scripts/.publishers/debug-publishers.json index 8bc558a..9c9abee 100644 --- a/scripts/.publishers/debug-publishers.json +++ b/scripts/.publishers/debug-publishers.json @@ -2,9 +2,9 @@ "mapping": { "MicrosoftSecurityDevOps": "505fbc36-f364-4b95-b1c4-7a3fd78a6559" }, - "version": "1.9.0.0", + "version": "1.10.0.0", "extensionId": "microsoft-security-devops-azdevops-debug", - "count": 1, + "count": 2, "publisher": "ms-secdevops-test", "publisherName": "debug" } \ No newline at end of file diff --git a/src/extension-manifest-debug.json b/src/extension-manifest-debug.json index 69c56d9..cd04dfd 100644 --- a/src/extension-manifest-debug.json +++ b/src/extension-manifest-debug.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps (Debug)", - "version": "1.9.1.0", + "version": "1.10.0.0", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": false, diff --git a/src/extension-manifest.json b/src/extension-manifest.json index 9a2d21f..807105e 100644 --- a/src/extension-manifest.json +++ b/src/extension-manifest.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps", - "version": "1.9.1", + "version": "1.10.0", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": true,