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 cfe3943 commit bf70e49Copy full SHA for bf70e49
src/jobs/scan_dependencies.yml
@@ -21,7 +21,7 @@ parameters:
21
default: ''
22
description: >
23
Custom command to scan dependencies for vulnerabilities. Useful when default commands,
24
- "npm aduit --audit-level=high --omit=dev" or "pnpm audit --audit-level high --prod", are unsuitable.
+ "npm audit --audit-level=high --omit=dev" or "pnpm audit --audit-level high --prod", are unsuitable.
25
26
steps:
27
- checkout
0 commit comments