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
Binary file modified .github/assets/ADO-setup-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2025-11-25
### Changed
- Updated security permission documentation

## [1.3.0] - 2025-11-21
### Changed
- Updated copyleft policy check to read results from generated markdown files (`copyleft-details.md` and `copyleft-summary.md`)
Expand All @@ -31,4 +35,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.1.0]: https://github.com/scanoss/ado-code-scan/compare/v1.0.3...v1.1.0
[1.2.0]: https://github.com/scanoss/ado-code-scan/compare/v1.1.0...v1.2.0
[1.3.0]: https://github.com/scanoss/ado-code-scan/compare/v1.2.0...v1.3.0
[1.3.0]: https://github.com/scanoss/ado-code-scan/compare/v1.2.0...v1.3.0
[1.3.1]: https://github.com/scanoss/ado-code-scan/compare/v1.3.0...v1.3.1
3 changes: 2 additions & 1 deletion OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Open the repository settings section:
A) Allow Pull Request Contribute Access:
1. Open the 'Security' tab.
2. Select the repository Build Service account under the 'Users' group.
3. Allow "Contribute to pull requests".
3. Set the `Contribute to pull requests` and `Contribute" permissions` to `Allow`.


![Ado-setup-pull-request-contribution-access](https://github.com/scanoss/integration-azure-DevOps/blob/main/.github/assets/ADO-setup-2.png?raw=true)

Expand Down
4 changes: 2 additions & 2 deletions codescantask/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codescantask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-devops-integration",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion codescantask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 3,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "SCANOSS Code Scan",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "scanoss-code-scan-dev",
"name": "SCANOSS Code Scan DEV",
"version": "1.2.0",
"version": "1.3.1",
"publisher": "SCANOSS",
"public": false,
"targets": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "scanoss-code-scan",
"name": "SCANOSS Code Scan",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "SCANOSS",
"public": true,
"targets": [
Expand Down