GCP: introducing provisioning code and tests #5905
Triggered via pull request
February 8, 2025 01:58
Status
Cancelled
Total duration
5m 19s
Artifacts
–
lint.yaml
on: pull_request
vet and fmt
2m 35s
golangci-lint
4m 54s
shellcheck
5s
go mod tidy
17s
govulncheck
2m 24s
Packer check
8s
Terraform check
17s
codeql
/
Analysis
2m 23s
Annotations
17 errors and 1 warning
go mod tidy
Process completed with exit code 2.
|
govulncheck
versioned.NewForConfig calls rest.HTTPClientFor, which eventually calls nistec.P256Point.ScalarBaseMult
|
govulncheck
wrapper.ControllerService.ControllerPublishVolume calls uuid.NewV4, which eventually calls nistec.P256Point.ScalarMult
|
govulncheck
peerpodvolume.csiPodVolumeMonitor.Shutdown calls sync.Once.Do, which eventually calls nistec.P256Point.SetBytes
|
govulncheck
docker.NewProvider calls client.NewClientWithOpts, which eventually calls nistec.P256Point.ScalarBaseMult
|
govulncheck
cloud.getFileNameAndSha256sum calls io.Copy, which eventually calls nistec.P256Point.ScalarMult
|
govulncheck
cloud.VerifySSHKeyFile calls ssh.ParseAuthorizedKey, which eventually calls nistec.P256Point.SetBytes
|
govulncheck
webhook.main calls manager.New, which eventually calls nistec.P256Point.ScalarBaseMult
|
govulncheck
webhook.main calls manager.controllerManager.GetWebhookServer, which eventually calls nistec.P256Point.ScalarMult
|
govulncheck
webhook.main calls manager.controllerManager.GetWebhookServer, which eventually calls nistec.P256Point.SetBytes
|
govulncheck
peerpod.main calls manager.New, which eventually calls nistec.P256Point.ScalarBaseMult
|
golangci-lint:
src/cloud-api-adaptor/test/provisioner/gcp/provision_common.go#L99
stringintconv: conversion from int64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) (govet)
|
golangci-lint
Process completed with exit code 2.
|
codeql / Analysis
Canceling since a higher priority waiting request for 'lint-2290' exists
|
codeql / Analysis
could not import C (no metadata for C)
|
codeql / Analysis
cannot use libvirt.STORAGE_VOL_CREATE_PREALLOC_METADATA (constant unknown with invalid type) as "libvirt.org/go/libvirt".StorageVolCreateFlags value in argument to sPool.StorageVolCreateXML
|
codeql / Analysis
The operation was canceled.
|
codeql / Analysis
Restore cache failed: Dependencies file is not found in /home/runner/work/cloud-api-adaptor/cloud-api-adaptor. Supported file pattern: go.sum
|