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 4b7e2a5 commit ef71f91Copy full SHA for ef71f91
.github/workflows/codacy-cli-v2.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Codacy
20
run: |
21
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) install
22
- bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) analyze -t eslint -o eslint.sarif
+ bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) analyze -t eslint --format sarif -o eslint.sarif
23
- name: Upload SARIF file to GH
24
uses: github/codeql-action/upload-sarif@v3
25
with:
0 commit comments