CI #10
ci.yml
on: schedule
Test
33s
Lint
1m 18s
Format Check
10s
Vulnerability Scan (Trivy)
15s
Dependency Review
0s
Go Vulnerability Check
49s
Annotations
20 errors and 1 warning
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Test
Cannot open: File exists
|
|
Lint
issues found
|
|
Lint:
pkg/testpayload/testpayload.go#L294
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
|
|
Lint:
pkg/testpayload/testpayload_test.go#L397
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
Lint:
pkg/testpayload/testpayload_test.go#L367
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
Lint:
pkg/testpayload/testpayload_test.go#L364
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
Lint:
pkg/testpayload/testpayload.go#L264
G304: Potential file inclusion via variable (gosec)
|
|
Lint:
pkg/testpayload/testpayload.go#L170
G304: Potential file inclusion via variable (gosec)
|
|
Lint:
pkg/testpayload/testpayload.go#L93
cognitive complexity 136 of func `InterpolateWithDelimiters` is high (> 30) (gocognit)
|
|
Lint:
pkg/testpayload/testpayload.go#L248
Error return value of `filepath.Abs` is not checked (errcheck)
|
|
Lint:
pkg/testpayload/testpayload.go#L157
Error return value of `filepath.Abs` is not checked (errcheck)
|
|
Test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|