From f6a5403a5a8948da0c5b4925ee80efc498a10b1d Mon Sep 17 00:00:00 2001 From: Tim van Oostrom Date: Fri, 10 Nov 2023 09:12:55 +0100 Subject: [PATCH] Enable aquascan --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a271477..c8c0180 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -64,3 +64,4 @@ jobs: btdTest: ${{ parameters.btdTest }} btdDeploy: ${{ variables.btdDeploy }} updateAppSettings: ${{ parameters.updateAppSettings }} + aquaScan: ${{ eq(variables['Build.Reason'], 'PullRequest') }}