Skip to content

Commit 94ae89e

Browse files
committed
Fix: pass vote image to scanner via tar file
1 parent 4367a0b commit 94ae89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-v ${{ github.workspace }}/vote-image.tar:/tmp/vote-image.tar \
3535
quay.io/sysdig/sysdig-cli-scanner:latest \
3636
--apiurl ${{ secrets.SYSDIG_API_URL }} \
37-
--input /tmp/vote-image.tar
37+
--image-archive /tmp/vote-image.tar
3838
3939
- name: Scan IaC (k8s-specifications)
4040
run: |

0 commit comments

Comments
 (0)