You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fswatch -o -e 'doppler'.| xargs -n1 -I{} make build
test:
go test ./pkg/... -v
test-e2e:
./tests/e2e.sh
test-packages:
./tests/packages.sh
test-release:
doppler run -- goreleaser release --snapshot --skip publish --clean --parallelism=4
scan:
if [ !-f"$$GOPATH/bin/gosec" ];thenecho"Error: gosec is not installed\n\nYou can install gosec with 'go get github.com/securego/gosec/cmd/gosec'\n"&&exit 1;fi