Skip to content

Commit 9da311e

Browse files
committed
Fix: use --standalone --input-file with CLI 1.22.4
1 parent 226d145 commit 9da311e

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
@@ -33,8 +33,8 @@ jobs:
3333
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
3434
-v ${{ github.workspace }}/vote-image.tar:/tmp/vote-image.tar \
3535
quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
36-
--apiurl ${{ secrets.SYSDIG_API_URL }} \
37-
--image-archive /tmp/vote-image.tar
36+
--standalone
37+
--input-file /tmp/vote-image.tar
3838
3939
- name: Scan IaC (k8s-specifications)
4040
run: |

0 commit comments

Comments
 (0)