Skip to content

Commit 5102972

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
-v ${{ github.workspace }}/vote-image.tar:/tmp/vote-image.tar \
3535
quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
3636
--standalone
37-
--input-file /tmp/vote-image.tar
37+
--input-file /tmp/vote-image.tar \
38+
dockersamples/examplevotingapp_vote
3839
3940
- name: Scan IaC (k8s-specifications)
4041
run: |

0 commit comments

Comments
 (0)