Skip to content

Commit 834cac5

Browse files
committed
Add paths-ignored again
1 parent 54a0b24 commit 834cac5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@ jobs:
2929
uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
3030
with:
3131
scanner-ref: v2
32+
paths-ignored: |
33+
'.storybook/'
34+
'**/__snapshots__/'
35+
'**/*.snap'
36+
'**/*.stories.js'
37+
'**/*.stories.tsx'
38+
'**/*.test.browser.ts*'
39+
'**/*.test.js*'
40+
'**/*.test.ts*'
41+
'**/fixtures/'
42+
'**/jest.config.js'
43+
'**/jest.environment.js'
44+
'**/mocks/'
45+
'**/test*/'
46+
'docs/'
47+
'e2e/'
48+
'merged-packages/'
49+
'node_modules/'
50+
'storybook/'
51+
'test*/'
3252
secrets:
3353
project-metrics-token: ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
3454
slack-webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)