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 23c69e2 commit c2b0582Copy full SHA for c2b0582
.github/workflows/snyk-code.yml
@@ -24,10 +24,8 @@ jobs:
24
env:
25
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
26
with:
27
- args: --sarif-file-output=snyk.sarif
28
- # yamllint disable rule:comments-indentation
29
- # - name: Upload result to GitHub Code Scanning
30
- # uses: github/codeql-action/upload-sarif@v2
31
- # with:
32
- # sarif_file: snyk.sarif
33
- # yamllint enable rule:comments-indentation
+ args: --sarif-file-output=snyk-code.sarif
+ - name: Upload result to GitHub Code Scanning
+ uses: github/codeql-action/upload-sarif@v3
+ with:
+ sarif_file: 'snyk-code.sarif'
0 commit comments