Introduce CI for AWS - part 1 #5869
lint.yaml
on: pull_request
vet and fmt
2m 44s
golangci-lint
5m 44s
shellcheck
4s
go mod tidy
41s
govulncheck
1m 35s
Packer check
7s
Terraform check
13s
codeql
/
Analysis
4m 32s
Annotations
8 errors and 1 warning
golangci-lint:
src/cloud-api-adaptor/test/provisioner/aws/provision_common.go#L259
Error return value of `a.Image.deregisterImage` is not checked (errcheck)
|
golangci-lint:
src/cloud-api-adaptor/test/provisioner/aws/provision_common.go#L264
Error return value of `a.Bucket.deleteKey` is not checked (errcheck)
|
golangci-lint:
src/cloud-api-adaptor/test/provisioner/aws/provision_common.go#L929
Error return value of `i.Client.DeleteSnapshot` is not checked (errcheck)
|
golangci-lint
Process completed with exit code 2.
|
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
could not import C (no metadata for C)
|
codeql / Analysis
cannot use libvirt.DOMAIN_INTERFACE_ADDRESSES_SRC_LEASE (constant unknown with invalid type) as "libvirt.org/go/libvirt".DomainInterfaceAddressesSource value in argument to dom.ListAllInterfaceAddresses
|
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
|