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 bc52d05 commit b452ae4Copy full SHA for b452ae4
.github/workflows/security.yaml
@@ -112,21 +112,6 @@ jobs:
112
--exclude "**/docs/**"
113
--failOnCVSS 8
114
continue-on-error: true
115
-
116
- - name: Debug Report Directory
117
- if: always()
118
- run: |
119
- echo "Current directory:"
120
- pwd
121
- echo ""
122
- echo "Directory contents:"
123
- ls -la
124
125
- echo "Reports directory contents:"
126
- ls -la reports/ || echo "Reports directory not found"
127
128
- echo "Looking for dependency check reports:"
129
- find . -name "dependency-check-report.*" -type f 2>/dev/null || echo "No reports found"
130
131
- name: Upload OWASP Results
132
uses: github/codeql-action/upload-sarif@v3
0 commit comments