Skip to content

Commit 7d6d3e8

Browse files
committed
add sarif file
1 parent 21db4e4 commit 7d6d3e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/spelling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
use_magic_file: 1
5050
report-timing: 1
5151
warnings: bad-regex,deprecated-feature,large-file,limited-references,noisy-file,non-alpha-in-dictionary,token-is-substring,whitespace-in-dictionary,unsupported-configuration,no-files-to-check
52+
output: sarif
5253
use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }}
5354
extra_dictionary_limit: 20
5455
extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt
56+
sarif_file: results.sarif
5557

5658
comment-push:
5759
name: Report (Push)

0 commit comments

Comments
 (0)