File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
docker build -t vote-image ./vote
28
28
docker save vote-image -o vote-image.tar
29
29
30
- - name : Scan Docker image from archive with Sysdig (standalone )
30
+ - name : Scan Docker image from archive with Sysdig (v1.24.2 )
31
31
run : |
32
32
docker run --rm \
33
33
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
34
34
-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 \
36
36
--standalone \
37
37
--input-file /tmp/vote-image.tar \
38
38
vote-image:ci
42
42
docker run --rm \
43
43
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
44
44
-v ${{ github.workspace }}:/iac \
45
- quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
45
+ quay.io/sysdig/sysdig-cli-scanner:1.24.2 \
46
46
--apiurl ${{ secrets.SYSDIG_API_URL }} \
47
47
--iac scan /iac/k8s-specifications
You can’t perform that action at this time.
0 commit comments