v1.1.0
Behavior change
Bare netwp (no arguments) now prints usage/help and exits, instead of
immediately running a scan — matching git/docker/kubectl convention.
Same output as netwp help, netwp -h, or netwp --help.
If you had a script or habit relying on bare netwp triggering a scan under
v1.0.0, switch it to netwp scan. Unknown commands now also print the full
usage block (to stderr) instead of a one-line error.
Kept as a minor bump rather than a major one: this is a young, personal
project with no other known consumers depending on the old bare-invocation
behavior yet.
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.1.0Also in this release
- CI hardening:
golangci-lintnow runs as its own job (replacing the
now-sunset Go Report Card badge), a branch ruleset protectsmainagainst
force-push/deletion, CodeQL scanning is enabled, and Dependabot opens
weekly PRs for Go modules and GitHub Actions (three already merged:
actions/checkout,actions/setup-go,golangci-lint-action). - New root-level docs:
SECURITY.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md. - README
Notesreorganized into subsections (was a 15-bullet flat list);
badges row added (CI, CodeQL, Dependabot, Go version, release, license).
Full details in the bilingual README.md / README.pt-BR.md.