Skip to content

Commit 3028ff3

Browse files
committed
Add Azure DevOps Pipelines link in main README
Signed-off-by: tdruez <[email protected]>
1 parent a14b353 commit 3028ff3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# `@aboutcode-org/scancode-action`
22

3-
Run [ScanCode.io](https://github.com/aboutcode-org/scancode.io) pipelines from your
4-
Workflows.
3+
Run [ScanCode.io](https://github.com/aboutcode-org/scancode.io) pipelines directly
4+
from your **GitHub Workflows**.
5+
6+
For **Azure DevOps Pipelines** support and setup instructions, see the
7+
[Azure Pipelines documentation](https://github.com/aboutcode-org/scancode-action/blob/main/azure-pipelines/README.md).
58

69
> [!IMPORTANT]
710
> The scancode-action is currently in the **beta stage**, and we invite you to

azure-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ Upon completion of the pipeline, you can **find the scan results** in the dedica
219219
for the **Artifacts** tab. The scan results will be available as a published artifact
220220
named `scancode-outputs` (or your custom `outputsArchiveName` if specified).
221221
This artifact contains all the outputs generated by the ScanCode.io pipelines in the
222-
formats you specified.
222+
formats you specified.

azure-pipelines/examples/scan-codebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
parameters:
1616
pipelines: 'scan_codebase'
1717
checkCompliance: true
18-
complianceFailLevel: 'WARNING'
18+
complianceFailLevel: 'WARNING'

0 commit comments

Comments
 (0)