feat(cmd/rofl): Add TDX container build support #1170
Annotations
8 errors and 1 warning
lint:
cmd/rofl/build/artifacts.go#L66
empty-block: this block is empty, you can remove it (revive)
|
lint:
cmd/rofl/build/sgx.go#L28
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/rofl/build/tdx.go#L38
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/rofl/build/container.go#L25
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/rofl/build/artifacts.go#L81
shadow: declaration of "err" shadows declaration at line 33 (govet)
|
lint:
cmd/rofl/build/build.go#L103
shadow: declaration of "err" shadows declaration at line 54 (govet)
|
lint:
cmd/rofl/build/artifacts.go#L268
directive `//nolint:gosec` is unused for linter "gosec" (nolintlint)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|