We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ed238 commit a6b4e17Copy full SHA for a6b4e17
1 file changed
bin/sast
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
5
-PLUGINS_DIR="$REPO_ROOT/plugins"
+PLUGINS_DIR="${1:-$REPO_ROOT/plugins}"
6
7
FINDINGS=0
8
EXIT_CODE=0
0 commit comments