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 9d8b70e commit 73db164Copy full SHA for 73db164
.github/workflows/snyk.yml
@@ -22,6 +22,8 @@ jobs:
22
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
23
with:
24
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
27
- name: Upload result to GitHub Code Scanning
28
uses: github/codeql-action/upload-sarif@v3
29
0 commit comments