Skip to content

Commit 7bbce9a

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

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/trivy_images.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ 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-
10597
# With merge-multiple: true, all artifacts are in the same directory
10698
# Find all SARIF files regardless of subdirectory structure
10799
all_files=()

0 commit comments

Comments
 (0)