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 23378d3 commit 704ffb1Copy full SHA for 704ffb1
.github/workflows/snyk-code.yml
@@ -20,9 +20,7 @@ jobs:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
22
args: --sarif-file-output=snyk.sarif
23
- # yamllint disable rule:comments-indentation
24
- # - name: Upload result to GitHub Code Scanning
25
- # uses: github/codeql-action/upload-sarif@v2
26
- # with:
27
- # sarif_file: snyk.sarif
28
- # yamllint enable rule:comments-indentation
+ - name: Upload result to GitHub Code Scanning
+ uses: github/codeql-action/upload-sarif@v3
+ with:
+ sarif_file: 'snyk-code.sarif'
0 commit comments