Skip to content

Commit 1cbf735

Browse files
committed
Add some highlights for code-organization
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 2238a56 commit 1cbf735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sig-architecture/annual-report-2021.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ Continuing:
171171
- Our target for 2022 is to clean up the last 51 endpoint and then move over to Conformance profiles
172172
to further increase the value added by conformance testing.
173173
- [Code Organization](https://github.com/kubernetes/community/tree/master/sig-architecture#code-organization-1)
174-
174+
- Added [Snyk based scanning](https://testgrid.k8s.io/sig-security-snyk-scan#ci-kubernetes-snyk-master) for kubernetes/kubernetes repository
175+
- Updated license tooling for dependencies to generate a directory tree of licenses instead of a single file
176+
- Cleaned up go.mod/sum contents and tooling removing a whole lot of transitive dependecies and even a couple of recursive dependencies
177+
- Added tooling to exclude unwanted dependencies
178+
- Use new tools like golangci-lint for better code health
175179
- [Enhancements](https://github.com/kubernetes/community/tree/master/sig-architecture#enhancement-proposals)
176180
- In 2021, the subproject was mainly focused on improving the contributor experience via automation and thoughtful ui/ux changes making visible changes to the KEP process.
177181
- Major efforts were put into improving tooling on the enhancements repo throughout the year allowing us to automate more validation lessening the burden on individual approvers and resulting in more accurate information reflected in the document. All KEPs were migrated to the new template which now includes a key.yaml file.

0 commit comments

Comments
 (0)