feat(cmd/rofl): Add support for building TDX ROFL apps #1057
Annotations
7 errors
Lint Go code:
build/measurement/tdx_qemu.go#L81
assignOp: replace `remainingMemory = remainingMemory - length` with `remainingMemory -= length` (gocritic)
|
Lint Go code:
build/measurement/tdx_qemu.go#L289
unslice: could simplify rawMrEnclave[:] to rawMrEnclave (gocritic)
|
Lint Go code:
build/measurement/tdx_qemu.go#L164
var-naming: func parameter vendorGuid should be vendorGUID (revive)
|
Lint Go code:
cmd/rofl/mgmt.go#L11
import 'gopkg.in/yaml.v3' is not allowed from list 'main' (depguard)
|
Lint Go code:
cmd/contract.go#L13
import 'gopkg.in/yaml.v3' is not allowed from list 'main' (depguard)
|
Lint Go code
issues found
|
Check go mod tidy
Process completed with exit code 2.
|
Loading