Skip to content

Commit 1e296dd

Browse files
committed
Use Sysdig CLI Scanner v1.24.2 for stable tar support
1 parent 9ff0d12 commit 1e296dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
docker build -t vote-image ./vote
2828
docker save vote-image -o vote-image.tar
2929
30-
- name: Scan Docker image from archive with Sysdig (standalone)
30+
- name: Scan Docker image from archive with Sysdig (v1.24.2)
3131
run: |
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:1.22.4 \
35+
quay.io/sysdig/sysdig-cli-scanner:1.24.2 \
3636
--standalone \
3737
--input-file /tmp/vote-image.tar \
3838
vote-image:ci
@@ -42,6 +42,6 @@ jobs:
4242
docker run --rm \
4343
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
4444
-v ${{ github.workspace }}:/iac \
45-
quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
45+
quay.io/sysdig/sysdig-cli-scanner:1.24.2 \
4646
--apiurl ${{ secrets.SYSDIG_API_URL }} \
4747
--iac scan /iac/k8s-specifications

0 commit comments

Comments
 (0)