Fix go.yml GitHub Actions workflow errors #284
Annotations
10 errors and 2 warnings
|
internal/schema/diff.go#L204
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
|
|
internal/schema/diff.go#L203
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
|
|
internal/apiclient/auth.go#L68
S1000: should use for range instead of for { select {} } (gosimple)
|
|
internal/resources/ibm/resource_instance_logs.go#L10
commentFormatting: put a space between `//` and comment text (gocritic)
|
|
internal/resources/ibm/code_engine_job.go#L84
assignOp: replace `memGB = memGB / float64(1024)` with `memGB /= float64(1024)` (gocritic)
|
|
cmd/infracost/register.go#L10
func `registerCmd` is unused (unused)
|
|
internal/hcl/parser.go#L201
field `credentialsSource` is unused (unused)
|
|
cmd/infracost/diff_test.go#L134
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
internal/providers/terraform/tftest/tftest.go#L438
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
internal/hcl/parser_test.go#L771
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading