feat(cmd/rofl): Add TDX container build support #1169
Annotations
6 errors and 1 warning
lint:
cmd/rofl/build/container.go#L28
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (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/build.go#L90
shadow: declaration of "err" shadows declaration at line 59 (govet)
|
lint:
cmd/rofl/build/artifacts.go#L252
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
|