6 Commits

Author SHA1 Message Date
0x524a 95626ffafc 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.
2025-12-02 23:28:57 -05:00
0x524a 46948acb88 chore: expand SonarCloud issue exclusions for improved security analysis
- Added new exclusions for hardcoded IP addresses in specific test files to enhance security analysis.
- Updated the issue ignore criteria to include additional rules for better management of security hotspots.
2025-12-02 23:24:46 -05:00
0x524a 477a6c2927 chore: update CI workflows and SonarCloud configuration for enhanced security and coverage reporting
- Updated SonarCloud exclusions to include CLI tools and examples for better security hotspot analysis.
- Added new issue exclusions for hardcoded IP addresses and credentials in test files and CLI tools.
- Upgraded various GitHub Actions to their latest versions for improved performance and security.
- Streamlined CI workflows by ensuring consistent usage of action versions across all jobs.
2025-12-02 23:08:47 -05:00
0x524a 306c69ba89 chore: update CI workflows and SonarCloud configuration for improved analysis and coverage reporting
- Unified CI workflow with fail-fast behavior, streamlining stages for formatting, linting, testing, and SonarCloud analysis.
- Enhanced SonarCloud configuration to exclude test files and improve security hotspot analysis.
- Removed outdated coverage and lint workflows, consolidating functionality into the main CI pipeline.
- Updated README to reflect changes in CI structure and added details on workflow stages and requirements.
2025-12-02 22:39:42 -05:00
ProtoTess d8c2f291dc refactor: rename project from go-onvif to onvif-go
- Updated project name in documentation and metadata to reflect new branding.
- Removed outdated documentation files related to CLI and network interface summary.
- Consolidated implementation summaries for network interface discovery and ONVIF server.
- Updated sonar project properties to align with new project name.
- Ensured backward compatibility and comprehensive testing across all changes.
2025-12-01 02:06:04 +00:00
ProtoTess 856f49c82d feat: Add coverage reporting and analysis workflows, enhance CI with additional tests for older Go versions 2025-12-01 00:44:34 +00:00