Skip to content

Commit 9061f0b

Browse files
🔧 Update script file with required functions
1 parent b452ae4 commit 9061f0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/security.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ jobs:
136136
echo "" >> $GITHUB_STEP_SUMMARY
137137
138138
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
142139
143140
if [[ -f "reports/dependency-check-report.html" ]]; then
144141
echo "✅ HTML report generated" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)