Skip to content

finally a working ci build. #6

Merged
S4tvara merged 12 commits intomainfrom
dev
Sep 5, 2025
Merged

finally a working ci build. #6
S4tvara merged 12 commits intomainfrom
dev

Conversation

@S4tvara
Copy link
Owner

@S4tvara S4tvara commented Sep 5, 2025

No description provided.

- Replace deprecated exportloopref with copyloopvar linter
- Fix errcheck violations by handling deadline and encoding errors
- Add constants package for repeated string literals
- Fix formatting and import grouping issues
- Resolve staticcheck nil pointer dereference issue
- Configure more lenient linting rules for development workflow
- Fix importShadow violations in discovery_util.go by renaming parameters
- Fix importShadow issues in manifest/builder.go and testutil/testutil.go
- Fix importShadow issue in aesencryption/prompt.go
- Enable importShadow checks in golangci-lint config for better code quality
- Remove overly broad gocritic exclusions while keeping specific noise filters
- Fix importShadow in cmd/discover.go by renaming host parameter to h
- Fix importShadow in internal/ui/message.go by renaming config parameter to cfg
- Fix importShadow in internal/encryption/keys/rsa.go by renaming config parameter to cfg
- All importShadow violations now resolved across the codebase
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gosec found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@S4tvara S4tvara merged commit 5b4e6cf into main Sep 5, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant