mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-24 14:45:39 +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
|
if command -v gosec &> /dev/null
|
||||||
then
|
then
|
||||||
gosec ${PWD}
|
gosec ${PWD} ./...
|
||||||
else
|
else
|
||||||
./bin/gosec ${PWD}
|
./bin/gosec ${PWD} ./...
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user