refactor: reorganize modules and add Linux build tooling
This commit is contained in:
5
module/ec/address/scripts/lint.sh
Normal file
5
module/ec/address/scripts/lint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#install
|
||||
go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||
|
||||
#run
|
||||
gosec -fmt=json -out=./test/lint/gosec.json ./...
|
||||
Reference in New Issue
Block a user