Update publish.yml #2
Annotations
6 errors and 1 warning
Release:
check/controls.go#L255
cannot use *aws.Int32(100) (variable of type int32) as type *int32 in struct literal
|
Release:
internal/findings/publisher.go#L57
cannot convert 0 (untyped int constant) to *int32
|
Release:
internal/findings/publisher.go#L58
invalid operation: o.FailedCount += r.FailedCount (mismatched types int32 and *int32)
|
Release:
internal/findings/publisher.go#L60
cannot convert 0 (untyped int constant) to *int32
|
Release:
internal/findings/publisher.go#L61
invalid operation: o.SuccessCount += r.SuccessCount (mismatched types int32 and *int32)
|
Release
Process completed with exit code 2.
|
Release
Restore cache failed: Dependencies file is not found in /home/runner/work/kube-bench/kube-bench. Supported file pattern: go.sum
|