mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 17:55:28 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
12
external/yq/scripts/check.sh
vendored
Executable file
12
external/yq/scripts/check.sh
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
if command -v golangci-lint &> /dev/null
|
||||
then
|
||||
golangci-lint run --verbose
|
||||
else
|
||||
./bin/golangci-lint run --verbose
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user