Skip to content

Commit 4a7a389

Browse files
committed
add env fix for image scan
1 parent 7913cfa commit 4a7a389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test_package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ jobs:
303303
uses: Azure/[email protected]
304304
with:
305305
image-name: com.cosmotech/cosmotech-api:${{ github.sha }}
306+
env:
307+
DOCKLE_HOST: "unix:///var/run/docker.sock"
306308

307309
- name: Convert Container Scan Report to SARIF
308310
id: scan-to-sarif

0 commit comments

Comments
 (0)