Skip to content

Commit 73db164

Browse files
Added debugging line.
1 parent 9d8b70e commit 73db164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snyk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2323
with:
2424
args: --sarif-file-output=snyk.sarif --severity-threshold=high
25+
- name: List files for debugging
26+
run: ls -R # Lists all files in all directories
2527
- name: Upload result to GitHub Code Scanning
2628
uses: github/codeql-action/upload-sarif@v3
2729
with:

0 commit comments

Comments
 (0)