Skip to content

Commit

Permalink
Upload sarif for eslint results
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Sep 9, 2024
1 parent d8b1697 commit 1d6d169
Show file tree
Hide file tree
Showing 68 changed files with 18,209 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
uses: actions/checkout@v4

- name: Lint
run: npm run-script lint
run: npm run-script lint-ci

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint.sarif
category: eslint

- name: Update version of @types/node
if: matrix.node-types-version != 'current'
Expand Down
30 changes: 30 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions node_modules/@microsoft/eslint-formatter-sarif/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions node_modules/@microsoft/eslint-formatter-sarif/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d6d169

Please sign in to comment.