Skip to content

Commit a810353

Browse files
committed
correct glob
1 parent 4a5ad5d commit a810353

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/**,src/mocks/**/*,*.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)