Skip to content

tooling: run tests and linters with prow for srctl #175

@mtardy

Description

@mtardy

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

Metadata

Metadata

Assignees

Labels

good first issueDenotes 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions