Skip to content

Commit 187d471

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 871854e commit 187d471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ pool:
1010
vmImage: ubuntu-latest
1111

1212
variables:
13-
WS_CHECKPOLICIES=true: 'true'
13+
WS_CHECKPOLICIES: 'true'
1414
WS_FORCECHECKALLDEPENDENCIES: 'true'
1515

1616
steps:
1717
- script: |
1818
curl -LJO https://unified-agent.s3.amazonaws.com/wss-unified-agent.jar
1919
echo Unified Agent downloaded successfully
20-
set
20+
set | findstr WS_
2121
java -jar wss-unified-agent.jar -apiKey 1234567
2222
displayName: 'Mend Unified Agent Scan'

0 commit comments

Comments
 (0)