Skip to content

Commit 871854e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ trigger:
99
pool:
1010
vmImage: ubuntu-latest
1111

12+
variables:
13+
WS_CHECKPOLICIES=true: 'true'
14+
WS_FORCECHECKALLDEPENDENCIES: 'true'
15+
1216
steps:
1317
- script: |
1418
curl -LJO https://unified-agent.s3.amazonaws.com/wss-unified-agent.jar
1519
echo Unified Agent downloaded successfully
16-
set WS_CHECKPOLICIES=true
17-
set WS_FORCECHECKALLDEPENDENCIES=true
1820
set
1921
java -jar wss-unified-agent.jar -apiKey 1234567
2022
displayName: 'Mend Unified Agent Scan'

0 commit comments

Comments
 (0)