Skip to content

Commit 226d145

Browse files
committed
Fix: lock CLI version to 1.22.4 and use --image-archive
1 parent 94ae89e commit 226d145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
docker run --rm \
3333
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
3434
-v ${{ github.workspace }}/vote-image.tar:/tmp/vote-image.tar \
35-
quay.io/sysdig/sysdig-cli-scanner:latest \
35+
quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
3636
--apiurl ${{ secrets.SYSDIG_API_URL }} \
3737
--image-archive /tmp/vote-image.tar
3838
@@ -41,6 +41,6 @@ jobs:
4141
docker run --rm \
4242
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
4343
-v ${{ github.workspace }}:/iac \
44-
quay.io/sysdig/sysdig-cli-scanner:latest \
44+
quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
4545
--apiurl ${{ secrets.SYSDIG_API_URL }} \
4646
--iac scan /iac/k8s-specifications

0 commit comments

Comments
 (0)