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 7c321e0 commit cd2eb32Copy full SHA for cd2eb32
.github/workflows/security.yaml
@@ -97,18 +97,18 @@ jobs:
97
project: 'eks-helm-client-github-action'
98
path: '.'
99
format: 'SARIF'
100
- out: './reports'
+ out: 'reports'
101
args: >
102
--enableRetired
103
--enableExperimental
104
+ --format SARIF
105
106
- name: Upload OWASP Results
107
uses: github/codeql-action/upload-sarif@v3
- if: always()
108
with:
109
sarif_file: reports/dependency-check-report.sarif
110
category: 'dependency-check'
111
-
+
112
- name: Create Dependency Check Summary
113
run: |
114
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY
0 commit comments