feat(security): improve security features, fixes

This commit is contained in:
2025-07-19 01:37:52 +03:00
parent e35126856d
commit b369d317b1
19 changed files with 2266 additions and 92 deletions

14
scripts/lint.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e
echo "Running golangci-lint..."
golangci-lint run ./...
echo "Running checkmake..."
checkmake --config=.checkmake Makefile
echo "Running shfmt check..."
shfmt -d .
echo "Running yamllint..."
yamllint -c .yamllint .