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 b452ae4 commit 9061f0bCopy full SHA for 9061f0b
.github/workflows/security.yaml
@@ -136,9 +136,6 @@ jobs:
136
echo "" >> $GITHUB_STEP_SUMMARY
137
138
if [[ -d "reports" ]]; then
139
- echo "### Reports directory contents:" >> $GITHUB_STEP_SUMMARY
140
- ls -la reports/ >> $GITHUB_STEP_SUMMARY 2>&1 || echo "Unable to list reports directory" >> $GITHUB_STEP_SUMMARY
141
- echo "" >> $GITHUB_STEP_SUMMARY
142
143
if [[ -f "reports/dependency-check-report.html" ]]; then
144
echo "✅ HTML report generated" >> $GITHUB_STEP_SUMMARY
0 commit comments