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 1f4a0bd commit 541191aCopy full SHA for 541191a
.github/workflows/security.yml
@@ -22,8 +22,8 @@ jobs:
22
security-events: write
23
steps:
24
- uses: actions/checkout@v3
25
- - name: Install ESLint SARIF formatter
26
- run: npm install @microsoft/eslint-formatter-sarif@2.1.7
+ - name: Install ESLint and SARIF formatter
+ run: npm install eslint @microsoft/eslint-formatter-sarif@2.1.7
27
- name: Run ESLint
28
run: npx eslint .
29
--format @microsoft/eslint-formatter-sarif
0 commit comments