chore: expand SonarCloud issue exclusions and update golangci-lint version

- Added new exclusions for hardcoded IP addresses in additional Go files to enhance security analysis.
- Updated the golangci-lint action version to v1.64.8 for improved linting consistency and performance.
This commit is contained in:
0x524a
2025-12-02 23:28:57 -05:00
parent 46948acb88
commit 95626ffafc
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v6.5.0
with:
version: latest
version: v1.64.8
args: --timeout=5m
# Stage 3: Test with Coverage (depends on lint)