Bump github.com/spf13/viper from 1.14.0 to 1.17.0 #47
Annotations
6 errors and 1 warning
check/controls.go#L255
cannot use *aws.Int32(100) (variable of type int32) as type *int32 in struct literal
|
internal/findings/publisher.go#L57
cannot convert 0 (untyped int constant) to *int32
|
internal/findings/publisher.go#L58
invalid operation: o.FailedCount += r.FailedCount (mismatched types int32 and *int32)
|
internal/findings/publisher.go#L60
cannot convert 0 (untyped int constant) to *int32
|
internal/findings/publisher.go#L61
invalid operation: o.SuccessCount += r.SuccessCount (mismatched types int32 and *int32)
|
|
|
The logs for this run have expired and are no longer available.
Loading