Skip to content

Commit 33921a3

Browse files
committed
Add debug logging
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 0137efc commit 33921a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/trivy_images.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
merge-multiple: true
9595
- id: combine-sarifs
9696
run: |
97+
# Debug: Show what was downloaded
98+
echo "Current directory structure"
99+
ls -la
100+
echo "Looking for sarif directory"
101+
ls -la sarif/ || echo "No sarif directory found"
102+
echo "All .sarif files"
103+
find . -name "*.sarif" -type f || echo "No SARIF files found anywhere"
104+
97105
# With merge-multiple: true, all artifacts are in the same directory
98106
# Find all SARIF files regardless of subdirectory structure
99107
all_files=()

0 commit comments

Comments
 (0)