Skip to content

Commit 8aeb242

Browse files
committed
Remove quotes
1 parent 834cac5 commit 8aeb242

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)