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 54a0b24 commit 834cac5Copy full SHA for 834cac5
.github/workflows/main.yml
@@ -29,6 +29,26 @@ jobs:
29
uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
30
with:
31
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*/'
52
secrets:
53
project-metrics-token: ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
54
slack-webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
0 commit comments