azure-devops-demo
azure-devops-demo copied to clipboard
SLSA Azure DevOps Pipelines Extension
Azure Pipelines tests are currently failing with the error: > No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form...
The currently published extension ships `node_modules` in the `.vsix` file[^1]. In order to make the package smaller, and improve loading speed, we should bundle the required dependencies using webpack, swc,...
You can use the `tfx-cli`[^1] to build and package the extension, as well as publish to the marketplace. There are currently some tasks for Azure DevOps which encapsulate many of...
Azure Pipelines has a feature called pipeline decorators[^1] which allow you to automatically inject tasks at specific points in the build. [^1]: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-pipeline-decorator
The `recipe` field is supposed to indicate how to build the project overall, not just what generated the provenance. For config-as-code, I would expect the following: - `recipe.type` is some...
Currently it's under @gattjoe's account. We need to publish it under the SLSA Framework project. Instructions: https://docs.microsoft.com/en-us/azure/devops/extend/overview?view=azure-devops
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [azure-pipelines-task-lib](https://redirect.github.com/Microsoft/azure-pipelines-task-lib) | [`4.1.0` -> `5.2.2`](https://renovatebot.com/diffs/npm/azure-pipelines-task-lib/4.1.0/5.2.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [azure-pipelines-task-lib](https://redirect.github.com/Microsoft/azure-pipelines-task-lib) | [`4.1.0` -> `4.17.3`](https://renovatebot.com/diffs/npm/azure-pipelines-task-lib/4.1.0/4.17.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v6` | | [actions/checkout](https://redirect.github.com/actions/checkout) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v3.6.0` -> `v6.0.0` | --- ### Release...