Skip to content

Commit 67d3f73

Browse files
OwnerOwner
authored andcommitted
added variables
1 parent d499c96 commit 67d3f73

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-scan.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ jobs:
6262

6363

6464
# --- Scan images ---
65-
65+
- name: Debug environment variables
66+
run: |
67+
echo "REGISTRY_USER = $REGISTRY_USER"
68+
echo "REPO = $REPO"
69+
echo "SYSDIG_SECURE_URL = $SYSDIG_SECURE_URL"
70+
echo "SYSDIG_SECURE_TOKEN = $SYSDIG_SECURE_TOKEN"
71+
6672
- name: Scan vote image
6773
env:
6874
SYSDIG_SECURE_URL: ${{ secrets.SYSDIG_SECURE_URL }}

0 commit comments

Comments
 (0)