File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ jobs:
3030 with :
3131 scanner-ref : v2
3232 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*/'
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*/
5252 secrets :
5353 project-metrics-token : ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
5454 slack-webhook : ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments