File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373 # SYSDIG_SECURE_TOKEN: ${{ secrets.SYSDIG_SECURE_TOKEN }}
7474 run : |
7575 export SECURE_API_TOKEN=b7de0bae-8dfd-4bfc-b372-2fb2bdf05918
76- sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/dockersamples/examplevotingapp_vote:latest
76+ sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/dockersamples/examplevotingapp_vote:before
7777
7878
79- - name : Scan vote image
80- env :
81- SYSDIG_SECURE_URL : ${{ secrets.SYSDIG_SECURE_URL }}
82- SYSDIG_SECURE_TOKEN : ${{ secrets.SYSDIG_SECURE_TOKEN }}
83- run : |
84- sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/$REPO/examplevotingapp_vote:latest
79+ # - name: Scan vote image
80+ # env:
81+ # SYSDIG_SECURE_URL: ${{ secrets.SYSDIG_SECURE_URL }}
82+ # SYSDIG_SECURE_TOKEN: ${{ secrets.SYSDIG_SECURE_TOKEN }}
83+ # run: |
84+ # sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/$REPO/examplevotingapp_vote:before
8585
8686 - name : Scan worker image
8787 env :
You can’t perform that action at this time.
0 commit comments