Skip to content

Commit b822384

Browse files
OwnerOwner
authored andcommitted
Vote app
1 parent 2e07288 commit b822384

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-scan.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)