From e9893984562d579a6cef47f8bd632ff6620a1b88 Mon Sep 17 00:00:00 2001 From: Ritika Patil Date: Thu, 31 Oct 2024 12:21:51 -0500 Subject: [PATCH] fix: update az path for container structure test --- 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'