-
Notifications
You must be signed in to change notification settings - Fork 80
tooling: run tests and linters with prow for srctl #175
Copy link
Copy link
Open
kubernetes/test-infra
#36409Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
We recently merged new Go code for a tool (see #171) for the SRC member to generate the template for new CVE announcement, it has tests and linters, would be cool to run them via the CI every time someone touches files under
sig-security-tooling/srctl.Basically something similar to https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-security/cve-feed-tests.yaml but running something like:
go test -v -cover ./...golangci-lint run/good-first-issue