Skip to content

Commit 7bbee47

Browse files
committed
Update setup action
1 parent 1285b12 commit 7bbee47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ runs:
2323

2424
- name: Install dependencies
2525
shell: bash
26-
run: pnpm install
26+
run: |
27+
pnpm dlx @socketsecurity/cli pnpm install -c '{"issueRules":{"malware":true}}'

0 commit comments

Comments
 (0)