some refinement
Build and Publish / Metadata (push) Has been cancelled
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
2026-04-07 12:44:55 +02:00
parent 89e1db8edf
commit 0ed1cb4355
14 changed files with 390 additions and 104 deletions
+10
View File
@@ -6,3 +6,13 @@ lint:
install-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
fix:
golangci-lint run --fix ./...
semgrep:
@which semgrep > /dev/null || (echo "semgrep not found, please install it: brew install semgrep")
semgrep scan --config auto --config semgrep-rules.yml
semgrep-ci:
semgrep scan --config auto --config semgrep-rules.yml --error