Skip to content

🌱 Add GitHub workflow to scan project with CodeQL #1

🌱 Add GitHub workflow to scan project with CodeQL

🌱 Add GitHub workflow to scan project with CodeQL #1

Triggered via pull request October 30, 2024 09:48
Status Failure
Total duration 59s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (go)
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/api/v1); to add:
Analyze (go)
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/api/v1); to add:
Analyze (go)
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/scheme (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/api/v1); to add:
Analyze (go): cmd/main.go#L38
missing go.sum entry for module providing package github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1 (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/cmd); to add:
Analyze (go): cmd/main.go#L28
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/cmd); to add:
Analyze (go): cmd/main.go#L31
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/cmd); to add:
Analyze (go)
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/client (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/internal/controller); to add:
Analyze (go)
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/log (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/internal/controller); to add:
Analyze (go)
missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/internal/webhook/v1); to add:
Analyze (go): cmd/main.go#L36
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/webhook (imported by sigs.k8s.io/kubebuilder/testdata/project-v4/cmd); to add:
Analyze (go)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/