new/pipeline #6

Merged
jake merged 7 commits from new/pipeline into main 2025-04-24 18:22:17 +00:00
Showing only changes of commit 26a7dfca6e - Show all commits

View File

@ -97,7 +97,9 @@ mctl delete <name>
All configuration data will be kept in the home directory and any sensitive data is encrypted for added security All configuration data will be kept in the home directory and any sensitive data is encrypted for added security
## Security ## Security
RCon is an inherently insecure protocol, passwords are sent in plaintext and, if possible, the port should not be exposed to the internet. It is best to keep these connections local or over a VPN RCon is an inherently insecure protocol, passwords are sent in plaintext and, if possible, the port should not be exposed to the internet. It is best to keep these connections local or over a VPN.
mctl utilizes [govulncheck](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) and [gosec](https://github.com/securego/gosec) in workflows to ensure quality, secure code is being pushed. These workflow steps must pass before a PR will be accepted
## Development ## Development
this repo is currently in heavy development and may encounter breaking changes, use a tag to prevent any surprises this repo is currently in heavy development and may encounter breaking changes, use a tag to prevent any surprises