From 36c8b46262fbf8f38a45906fb4930ef620d8582c Mon Sep 17 00:00:00 2001 From: Ritika Patil <94649368+riragh@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:39:37 -0500 Subject: [PATCH] fix: update az path for container structure test (#406) --- container-structure-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-structure-test.yaml b/container-structure-test.yaml index 7491cc8c..35510188 100644 --- a/container-structure-test.yaml +++ b/container-structure-test.yaml @@ -9,7 +9,7 @@ fileExistenceTests: shouldExist: true permissions: '-rwxr-xr-x' - name: 'azure-cli' - path: '/usr/local/bin/az' + path: '/usr/bin/az' shouldExist: true permissions: '-rwxr-xr-x'