Skip to content

Commit 4a5ad5d

Browse files
committed
build: ignore src/mocks because of too many false-positives
1 parent 9a6ca1a commit 4a5ad5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
directory-to-scan: src
3232
should-scan-archives: false
33-
ignore-globs: '**/.git/**,*.md,*.mdx,*.stories.ts,*.js'
33+
ignore-globs: '**/.git/**,src/mocks/**/*,*.md,*.mdx,*.stories.ts,*.js'
3434

3535
- name: Upload DevSkim scan results to GitHub Security tab
3636
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)