Skip to content

Commit 7c321e0

Browse files
🔧 Update script file with required functions
1 parent ace3b04 commit 7c321e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/security.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
with:
9797
project: 'eks-helm-client-github-action'
9898
path: '.'
99-
format: 'ALL'
99+
format: 'SARIF'
100+
out: './reports'
100101
args: >
101102
--enableRetired
102103
--enableExperimental
@@ -113,6 +114,9 @@ jobs:
113114
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY
114115
echo "" >> $GITHUB_STEP_SUMMARY
115116
117+
echo "Listing reports directory:"
118+
ls -al ./reports || echo "No reports directory found"
119+
116120
if [[ -f "reports/dependency-check-report.sarif" ]]; then
117121
echo "✅ Dependency check report found" >> $GITHUB_STEP_SUMMARY
118122
echo "See [Dependency Check Report](reports/dependency-check-report.sarif)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)