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 0be9af6 commit c5fa7fdCopy full SHA for c5fa7fd
.github/workflows/security.yaml
@@ -111,7 +111,7 @@ jobs:
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
@@ -122,7 +122,7 @@ jobs:
122
123
if [[ -f "reports/dependency-check-report.sarif" ]]; then
124
echo "✅ Dependency check report found" >> $GITHUB_STEP_SUMMARY
125
- echo "See [Dependency Check Report](reports/dependency-check-report.sarif)" >> $GITHUB_STEP_SUMMARY
+ echo "See [Dependency Check Report](dependency-check-report.sarif)" >> $GITHUB_STEP_SUMMARY
126
else
127
echo "❌ Dependency check report missing" >> $GITHUB_STEP_SUMMARY
128
exit 1
0 commit comments