Skip to content

Commit 546876a

Browse files
committed
Add --glob to socket-fix workflow
1 parent 1814d69 commit 546876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/socket-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
SOCKET_CLI_GIT_USER_NAME: socket-fix[bot]
4040
SOCKET_CLI_API_TOKEN: ${{ secrets.SOCKET_CLI_API_TOKEN }}
4141
SOCKET_CLI_DEBUG: ${{ inputs.debug }}
42-
run: pnpm dlx @socketsecurity/cli fix --autopilot
42+
run: pnpm dlx @socketsecurity/cli fix --autopilot --glob '!test/fixtures/**'

0 commit comments

Comments
 (0)