Skip to content

Commit

Permalink
v1.10.0 - export-file option for IaCFileScanner addition (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidknise committed Oct 31, 2023
1 parent 090a5a6 commit 6b48954
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/.publishers/debug-publishers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion src/extension-manifest-debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/extension-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6b48954

Please sign in to comment.