mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
Fixed secure script to run against all files
This commit is contained in:
parent
aba950a751
commit
b4ce50b705
@ -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
|
Loading…
Reference in New Issue
Block a user