Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub workflow to scan project with CodeQL
- Set up CodeQL analysis workflow to scan both the Kubebuilder CLI and generated projects in 'testdata'. - Run 'make install' in the root directory to build and install the Kubebuilder CLI as part of the setup. - For sample projects in 'testdata' (e.g., project-v4, project-v4-multigroup, and project-v4-with-plugins), add a step to run 'make all' to ensure all resources are generated and ready for analysis. - Configure the manual build mode for Go projects in 'testdata' to run 'make manifests' and 'make build' if autobuild is insufficient.
- Loading branch information