Skip to content

Fix missing ProductFilter property from some supported resources #664

Fix missing ProductFilter property from some supported resources

Fix missing ProductFilter property from some supported resources #664

Triggered via pull request November 5, 2024 23:11
Status Failure
Total duration 1m 51s
Artifacts

go.yml

on: pull_request
Integration tests (AWS)
0s
Integration tests (AWS)
Integration tests (Google)
0s
Integration tests (Google)
Integration tests (Azure)
0s
Integration tests (Azure)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build: internal/config/config_test.go#L109
G306: Expect WriteFile permissions to be 0600 or less (gosec)
Build: internal/output/format.go#L81
G115: integer overflow conversion int -> int32 (gosec)
Build: internal/output/format_test.go#L44
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
Build: internal/output/format_test.go#L81
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
Build: internal/output/format_test.go#L124
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
Build: internal/clierror/error.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Build: internal/testutil/testutil.go#L178
printf: non-constant format string in call to (*testing.common).Logf (govet)
Build: internal/testutil/testutil.go#L192
printf: non-constant format string in call to (*testing.common).Errorf (govet)
Build: internal/apiclient/auth.go#L79
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
Build: internal/apiclient/usage.go#L77
G402: TLS InsecureSkipVerify may be true. (gosec)