We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1285b12 commit 7bbee47Copy full SHA for 7bbee47
.github/actions/setup/action.yml
@@ -23,4 +23,5 @@ runs:
23
24
- name: Install dependencies
25
shell: bash
26
- run: pnpm install
+ run: |
27
+ pnpm dlx @socketsecurity/cli pnpm install -c '{"issueRules":{"malware":true}}'
0 commit comments