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 eabe25f commit cfe3943Copy full SHA for cfe3943
src/scripts/scan-dependencies.sh
@@ -5,7 +5,7 @@ if [[ -n "$SCAN_CMD" ]]; then
5
eval "$SCAN_CMD"
6
elif [[ "$PKG_MANAGER" == "npm" ]]; then
7
echo "Running npm audit with high audit level omitting dev dependencies"
8
- npm audit --aduit-level=high --omit=dev
+ npm audit --audit-level=high --omit=dev
9
elif [[ "$PKG_MANAGER" == "pnpm" ]]; then
10
echo "Running pnpm audit with high audit level on prod dependencies"
11
pnpm audit --audit-level=high --prod
0 commit comments