mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Set up baseline
This commit is contained in:
parent
ee09e39af6
commit
fd392f51fe
2 changed files with 14801 additions and 0 deletions
2
.github/workflows/code_quality.yml
vendored
2
.github/workflows/code_quality.yml
vendored
|
@ -16,5 +16,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
uses: JetBrains/qodana-action@v2022.2.4
|
uses: JetBrains/qodana-action@v2022.2.4
|
||||||
|
with:
|
||||||
|
args: --baseline,qodana.sarif.json
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
|
|
14799
qodana.sarif.json
Normal file
14799
qodana.sarif.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue