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 ace3b04 commit 7c321e0Copy full SHA for 7c321e0
.github/workflows/security.yaml
@@ -96,7 +96,8 @@ jobs:
96
with:
97
project: 'eks-helm-client-github-action'
98
path: '.'
99
- format: 'ALL'
+ format: 'SARIF'
100
+ out: './reports'
101
args: >
102
--enableRetired
103
--enableExperimental
@@ -113,6 +114,9 @@ jobs:
113
114
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY
115
echo "" >> $GITHUB_STEP_SUMMARY
116
117
+ echo "Listing reports directory:"
118
+ ls -al ./reports || echo "No reports directory found"
119
+
120
if [[ -f "reports/dependency-check-report.sarif" ]]; then
121
echo "✅ Dependency check report found" >> $GITHUB_STEP_SUMMARY
122
echo "See [Dependency Check Report](reports/dependency-check-report.sarif)" >> $GITHUB_STEP_SUMMARY
0 commit comments