fix: improve observability #263
security.yml
on: push
Perform SAST analysis (golangci-lint)
1m 57s
Perform SCA analysis (govulncheck)
1m 41s
Annotations
4 errors
Perform SAST analysis (golangci-lint)
issues found
|
Perform SAST analysis (golangci-lint):
internal/sync/images_purge.go#L23
function delete has same name as predeclared identifier (predeclared)
|
Perform SAST analysis (golangci-lint):
internal/sync/images_tags.go#L19
`if len(image.Tags) > 0` has complex nested blocks (complexity: 8) (nestif)
|
Perform SAST analysis (golangci-lint):
internal/sync/s3_purge.go#L168
S1011: should replace loop with `blobs = append(blobs, matches...)` (gosimple)
|