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 f9d6875 commit c79e270Copy full SHA for c79e270
bin/vulnerability/find-dependencies.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/bin/bash
2
3
set -o pipefail
4
@@ -81,7 +81,7 @@ for pkg in "${PACKAGES[@]}"; do
81
out2="$(npm ls --all "$packageName" 2>&1 || true)"
82
83
if ! printf "%s" "$out2" | grep -q "(empty)"; then
84
- echo "⚠️ BUT $packageName is general dependency of Instana. Please investigate!"
+ echo "⚠️ BUT $packageName is a general (sub) dependency of Instana. Please investigate!"
85
echo -e "\n"
86
printf "%s" "$out2"
87
0 commit comments