cli/pkg/cmd/attestation
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
api Fix attestation cmd offline unit test failure (#8933) 2024-04-11 18:09:10 -06:00
artifact gh-attestation cmd integration (#8698) 2024-04-01 11:13:47 -06:00
auth Use ghinstance package for attestation host checks 2024-04-29 17:08:22 +02:00
download Fix whitespacing 2024-06-24 15:41:22 +02:00
inspect whitespace aligment for inspect/inspect.go 2024-04-29 16:40:30 -04:00
io Update gh attestation verify output (#8991) 2024-04-24 14:03:35 -06:00
test gh attestation trusted-root subcommand (#9206) 2024-07-01 11:50:39 -04:00
trustedroot Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
verification update test and remove logic to check SourceRepositoryOwnerURI is empty string 2024-07-31 07:29:43 -07:00
verify update test and remove logic to check SourceRepositoryOwnerURI is empty string 2024-07-31 07:29:43 -07:00
attestation.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00