Skip to content

Commit 0be9af6

Browse files
🔧 Update script file with required functions
1 parent cd2eb32 commit 0be9af6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/security.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ jobs:
108108
with:
109109
sarif_file: reports/dependency-check-report.sarif
110110
category: 'dependency-check'
111-
111+
112+
- name: Debug Report Directory
113+
run: ls -la reports
114+
112115
- name: Create Dependency Check Summary
113116
run: |
114117
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)