We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ae89e commit 226d145Copy full SHA for 226d145
.github/workflows/sysdig-scan.yml
@@ -32,7 +32,7 @@ jobs:
32
docker run --rm \
33
-e SECURE_API_TOKEN=${{ secrets.SYSDIG_SECURE_TOKEN }} \
34
-v ${{ github.workspace }}/vote-image.tar:/tmp/vote-image.tar \
35
- quay.io/sysdig/sysdig-cli-scanner:latest \
+ quay.io/sysdig/sysdig-cli-scanner:1.22.4 \
36
--apiurl ${{ secrets.SYSDIG_API_URL }} \
37
--image-archive /tmp/vote-image.tar
38
@@ -41,6 +41,6 @@ jobs:
41
42
43
-v ${{ github.workspace }}:/iac \
44
45
46
--iac scan /iac/k8s-specifications
0 commit comments