We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2eb32 commit 0be9af6Copy full SHA for 0be9af6
.github/workflows/security.yaml
@@ -108,7 +108,10 @@ jobs:
108
with:
109
sarif_file: reports/dependency-check-report.sarif
110
category: 'dependency-check'
111
-
+
112
+ - name: Debug Report Directory
113
+ run: ls -la reports
114
115
- name: Create Dependency Check Summary
116
run: |
117
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY
0 commit comments