Skip to content

Commit

Permalink
ignore test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko authored Feb 15, 2024
1 parent 55c5572 commit 048aabb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/security-code-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ jobs:
with:
repo: ${{ github.repository }}
paths_ignored: |
example
test/
docs/
storybook/
.storybook/
'**/*.test.js'
'**/*.test.ts'
'**/*.test.jsx'
'**/*.test.tsx'
'**/*.stories.tsx'
rules_excluded:
example
mixpanel_project_token: ${{secrets.SECURITY_CODE_SCANNER_MIXPANEL_TOKEN}}
Expand Down

0 comments on commit 048aabb

Please sign in to comment.