mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
shellcheck
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ set -o pipefail
|
||||
|
||||
if command -v gosec &> /dev/null
|
||||
then
|
||||
gosec ${PWD} ./...
|
||||
gosec "${PWD}" ./...
|
||||
else
|
||||
./bin/gosec ${PWD} ./...
|
||||
./bin/gosec "${PWD}" ./...
|
||||
fi
|
||||
Reference in New Issue
Block a user