Skip to content

Commit 7bbee47

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)